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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
probe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use gdbarch for probe::get_argument_count
Alan Hayward
2019-09-02
1
-4
/
+3
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Convert probes to type-safe registry API
Tom Tromey
2019-05-08
1
-14
/
+14
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-3
/
+3
*
Remove most uses of ALL_OBJFILES
Tom Tromey
2019-01-09
1
-20
/
+18
*
Remove ALL_PSPACE_OBJFILES
Tom Tromey
2019-01-09
1
-3
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Fix compile error with clang 3.8
Dave Murphy
2018-12-21
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Workaround build bug with GCC 6.2.1
Philipp Rudo
2017-11-24
1
-2
/
+2
*
Convert generic probe interface to C++ (and perform some cleanups)
Sergio Durigan Junior
2017-11-22
1
-254
/
+182
*
Get rid of VEC(probe_p)
Simon Marchi
2017-10-27
1
-4
/
+4
*
Remove some cleanups from probe.c
Tom Tromey
2017-10-16
1
-20
/
+4
*
Work around GCC 6.3.1 bug
Pedro Alves
2017-10-16
1
-18
/
+18
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-1
/
+1
*
Constify some commands in probes.c
Tom Tromey
2017-09-27
1
-2
/
+2
*
probe: Replace VEC(probe_ops_cp) with std::vector
Simon Marchi
2017-09-12
1
-21
/
+8
*
Make collect_probes return an std::vector
Simon Marchi
2017-09-12
1
-88
/
+59
*
Make probe_ops::get_probes fill an std::vector
Simon Marchi
2017-09-12
1
-24
/
+14
*
Make extract_arg return a std::string
Tom Tromey
2017-09-11
1
-28
/
+22
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-3
/
+3
*
Remove make_cleanup_ui_out_table_begin_end
Tom Tromey
2017-09-09
1
-84
/
+86
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Kill init_sal
Pedro Alves
2017-09-04
1
-3
/
+0
*
struct symtabs_and_lines -> std::vector<symtab_and_line>
Pedro Alves
2017-09-04
1
-20
/
+14
*
Introduce compiled_regex, eliminate make_regfree_cleanup
Pedro Alves
2017-06-07
1
-10
/
+9
*
Use ui_out_emit_tuple
Tom Tromey
2017-04-22
1
-4
/
+1
*
Change linespec_result::location to be an event_location_up
Tom Tromey
2017-04-12
1
-1
/
+1
*
Introduce event_location_up
Tom Tromey
2017-04-12
1
-1
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Class-ify ui_out
Simon Marchi
2016-12-22
1
-36
/
+31
*
Remove verbosity from ui_out_message and friends
Simon Marchi
2016-11-26
1
-7
/
+7
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-5
/
+7
*
Limit breakpoint re-set to the current program space
Pedro Alves
2016-01-19
1
-47
/
+73
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-3
/
+2
*
Explicit locations: introduce probe locations
Keith Seitz
2015-08-11
1
-2
/
+3
*
Explicit locations: use new location API
Keith Seitz
2015-08-11
1
-7
/
+12
*
New commands `enable probe' and `disable probe'.
Jose E. Marchesi
2015-02-17
1
-16
/
+137
*
Move `compute_probe_arg' and `compile_probe_arg' to probe.c
Jose E. Marchesi
2015-02-17
1
-0
/
+111
*
Adapt `info probes' to support printing probes of different types.
Jose E. Marchesi
2015-02-17
1
-10
/
+66
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
constify probe.c function
Tom Tromey
2014-06-18
1
-4
/
+5
*
Fix probe-related internal error on AIX
Sergio Durigan Junior
2014-03-20
1
-1
/
+2
*
change probes to be program-space-independent
Tom Tromey
2014-03-03
1
-44
/
+70
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)
Sergio Durigan Junior
2013-12-10
1
-6
/
+7
*
remove some sym_probe_fns methods
Tom Tromey
2013-12-06
1
-30
/
+3
*
Code cleanup: Add objfile_name accessor
Jan Kratochvil
2013-09-24
1
-6
/
+8
[next]