GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
linespec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix GDB build with GCC 4.8 & 4.9
Pedro Alves
2022-06-17
1
-9
/
+14
*
Convert set_location_spec_string to a method
Pedro Alves
2022-06-17
1
-1
/
+1
*
Convert location_spec_to_string to a method
Pedro Alves
2022-06-17
1
-1
/
+1
*
Convert location_spec_type to a method
Pedro Alves
2022-06-17
1
-1
/
+1
*
Eliminate copy_location_spec
Pedro Alves
2022-06-17
1
-2
/
+1
*
Eliminate the two-level data structures behind location_specs
Pedro Alves
2022-06-17
1
-59
/
+47
*
event_location -> location_spec
Pedro Alves
2022-06-17
1
-36
/
+36
*
Remove "typedef enum ..."
Tom Tromey
2022-04-28
1
-2
/
+1
*
gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros
Simon Marchi
2022-04-27
1
-4
/
+3
*
gdb: remove BLOCK_ENTRY_PC macro
Simon Marchi
2022-04-27
1
-1
/
+1
*
gdb: remove BLOCK_SUPERBLOCK macro
Simon Marchi
2022-04-27
1
-2
/
+2
*
gdb: remove BLOCK_FUNCTION macro
Simon Marchi
2022-04-27
1
-2
/
+2
*
Replace symbol_symtab with symbol::symtab
Tom Tromey
2022-04-20
1
-9
/
+9
*
gdb: remove MSYMBOL_TYPE macro
Simon Marchi
2022-04-11
1
-7
/
+7
*
gdb: remove symbol value macros
Simon Marchi
2022-04-11
1
-7
/
+7
*
gdb: remove symtab::pspace
Simon Marchi
2022-04-07
1
-20
/
+29
*
gdb: remove symtab::objfile
Simon Marchi
2022-04-07
1
-2
/
+2
*
gdb: remove symtab::blockvector
Simon Marchi
2022-04-07
1
-5
/
+5
*
Move find_toplevel_char to cp-support.[ch]
Keith Seitz
2022-02-24
1
-77
/
+0
*
Add constructor to bound_minimal_symbol
Tom Tromey
2022-02-18
1
-2
/
+1
*
gdb: remove SYMBOL_LINE macro
Simon Marchi
2022-02-06
1
-3
/
+3
*
gdb: remove SYMBOL_TYPE macro
Simon Marchi
2022-02-06
1
-2
/
+2
*
gdb: remove SYMBOL_INLINED macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: remove SYMBOL_DOMAIN macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: remove SYMBOL_CLASS macro, add getter
Simon Marchi
2022-02-06
1
-5
/
+5
*
gdb: remove SYMTAB_PSPACE macro
Simon Marchi
2022-02-06
1
-20
/
+20
*
gdb: remove SYMTAB_OBJFILE macro
Simon Marchi
2022-02-06
1
-2
/
+2
*
gdb: remove SYMTAB_BLOCKVECTOR macro
Simon Marchi
2022-02-06
1
-3
/
+3
*
gdb: remove SYMTAB_LANGUAGE macro, add getter/setter
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: remove COMPUNIT_FILETABS macro
Simon Marchi
2022-02-06
1
-1
/
+1
*
gdb: add empty string check in parse_linespec
Andrew Burgess
2022-02-02
1
-7
/
+7
*
Remove a use of xfree in location.c
Tom Tromey
2022-01-18
1
-6
/
+2
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: make struct linespect contain vectors, not pointers to vectors
Simon Marchi
2021-12-07
1
-117
/
+105
*
gdb/linespec.c: simplify condition
Simon Marchi
2021-12-07
1
-2
/
+1
*
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr
Andrew Burgess
2021-11-16
1
-2
/
+3
*
gdb: remove linespec_p typedef
Simon Marchi
2021-05-20
1
-12
/
+11
*
Add 'domain' parameter to expand_symtabs_matching
Tom Tromey
2021-04-17
1
-0
/
+1
*
Add search_flags to expand_symtabs_matching
Tom Tromey
2021-04-17
1
-0
/
+2
*
gdb: remove current_top_target function
Simon Marchi
2021-03-24
1
-1
/
+2
*
Introduce method wrappers for quick_symbol_functions
Tom Tromey
2021-03-20
1
-6
/
+2
*
gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
Andrew Burgess
2021-02-10
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb/linespec: relax the position of the '-force-condition' flag
Tankut Baris Aktemur
2020-12-07
1
-16
/
+29
*
Remove redundant typedefs
Tom Tromey
2020-12-04
1
-2
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-13
/
+13
*
gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition
Tankut Baris Aktemur
2020-10-27
1
-3
/
+15
*
gdb: remove LA_ITERATE_OVER_SYMBOLS macro
Andrew Burgess
2020-10-23
1
-1
/
+1
*
Use htab_up in linespec.c
Tom Tromey
2020-09-17
1
-21
/
+9
*
Use arrays rather than pointers for global string constants
Tom Tromey
2020-09-15
1
-1
/
+1
[next]