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
/
location.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert set_location_spec_string to a method
Pedro Alves
2022-06-17
1
-11
/
+2
*
Convert location_spec_to_string to a method
Pedro Alves
2022-06-17
1
-8
/
+0
*
Convert location_spec_type to a method
Pedro Alves
2022-06-17
1
-13
/
+5
*
Convert location_spec_empty_p to a method
Pedro Alves
2022-06-17
1
-9
/
+1
*
Eliminate copy_location_spec
Pedro Alves
2022-06-17
1
-8
/
+0
*
Eliminate the two-level data structures behind location_specs
Pedro Alves
2022-06-17
1
-319
/
+193
*
event_location -> location_spec
Pedro Alves
2022-06-17
1
-162
/
+167
*
gdb: test to check one aspect of the linespec parsing code
Andrew Burgess
2022-02-02
1
-0
/
+5
*
gdb: add string_file::release method
Simon Marchi
2022-01-26
1
-1
/
+1
*
Simplify event_location_probe
Tom Tromey
2022-01-18
1
-21
/
+14
*
Use std::string in event_location
Tom Tromey
2022-01-18
1
-35
/
+31
*
Split event_location into subclasses
Tom Tromey
2022-01-18
1
-239
/
+281
*
Remove EL_* macros from location.c
Tom Tromey
2022-01-18
1
-93
/
+90
*
Boolify explicit_to_string_internal
Tom Tromey
2022-01-18
1
-8
/
+8
*
Remove a use of xfree in location.c
Tom Tromey
2022-01-18
1
-7
/
+7
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr
Andrew Burgess
2021-11-16
1
-3
/
+6
*
Fix build with current GCC: EL_EXPLICIT(location) always non-NULL
Pedro Alves
2021-11-14
1
-6
/
+5
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
python: Add qualified parameter to gdb.Breakpoint
Simon Marchi
2017-12-13
1
-2
/
+2
*
Validate explicit locations with early termination
Keith Seitz
2017-12-07
1
-1
/
+1
*
Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]
Pedro Alves
2017-11-29
1
-22
/
+68
*
Convert generic probe interface to C++ (and perform some cleanups)
Sergio Durigan Junior
2017-11-22
1
-1
/
+1
*
Constify some linespec functions
Tom Tromey
2017-09-27
1
-5
/
+5
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-3
/
+3
*
Rewrite/enhance explicit locations completer, parse left->right
Pedro Alves
2017-07-17
1
-30
/
+273
*
Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout
Pedro Alves
2017-07-17
1
-2
/
+3
*
Change linespec_result::location to be an event_location_up
Tom Tromey
2017-04-12
1
-3
/
+1
*
Remove some cleanups from location.c
Tom Tromey
2017-04-12
1
-38
/
+26
*
Introduce event_location_up
Tom Tromey
2017-04-12
1
-38
/
+15
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-25
/
+18
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
PR gdb/20653 - small cleanup in string_to_explicit_location
Tom Tromey
2016-10-05
1
-1
/
+1
*
Fix heap-buffer-overflow in explicit_location_lex_one
Yao Qi
2016-08-15
1
-3
/
+2
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-1
/
+1
*
Refactor string_to_event_location for legacy linespec support.
Keith Seitz
2016-02-09
1
-36
/
+51
*
Fix regression introduced in "break *<EXPR>" by explicit location patches.
Joel Brobecker
2016-01-21
1
-2
/
+14
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Rename location accessor macro parameters to silence ARI
Keith Seitz
2015-08-14
1
-6
/
+6
*
Mass rename `explicit' -> `explicit_loc'.
Keith Seitz
2015-08-13
1
-31
/
+31
*
Explicit locations: add UI features for CLI
Keith Seitz
2015-08-11
1
-2
/
+206
*
Explicit locations: introduce explicit locations
Keith Seitz
2015-08-11
1
-0
/
+179
*
Explicit locations: introduce probe locations
Keith Seitz
2015-08-11
1
-2
/
+54
*
Explicit locations: introduce address locations
Keith Seitz
2015-08-11
1
-1
/
+60
*
Explicit locations: introduce new struct event_location-based API
Keith Seitz
2015-08-11
1
-0
/
+220