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
/
stap-probe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Fix handling of null stap semaphores
George Barrett
2020-01-10
1
-3
/
+4
*
Change section_offsets to a std::vector
Tom Tromey
2020-01-08
1
-2
/
+1
*
Add constructor to stap_static_probe_ops
Tom Tromey
2020-01-07
1
-0
/
+6
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Adjust byte order variable display/change if DW_AT_endianity is present.
Peeter Joot
2019-11-21
1
-4
/
+3
*
gdb: Remove vec.{c,h} and update code to not include vec.h
Andrew Burgess
2019-10-15
1
-1
/
+0
*
Use gdbarch for probe::get_argument_count
Alan Hayward
2019-09-02
1
-4
/
+2
*
gdb: Remove a non-const reference parameter
Andrew Burgess
2019-07-17
1
-7
/
+8
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)
Sergio Durigan Junior
2019-06-28
1
-3
/
+28
*
Make stap-probe.c:stap_parse_register_operand's "regname" an std::string
Sergio Durigan Junior
2019-05-16
1
-24
/
+12
*
Fix complaint string formatting on stap-probe.c
Sergio Durigan Junior
2019-05-16
1
-8
/
+5
*
Slightly improve logic of some operations on stap-probe.c
Sergio Durigan Junior
2019-05-16
1
-11
/
+10
*
Update some comments on stap-probe.c
Sergio Durigan Junior
2019-05-16
1
-7
/
+6
*
Bool-ify stap-probe.c and stap-related code on i386-tdep.c
Sergio Durigan Junior
2019-05-16
1
-49
/
+50
*
Convert probes to type-safe registry API
Tom Tromey
2019-05-08
1
-5
/
+7
*
Remove parser_state "initial_size" parameter
Tom Tromey
2019-04-04
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
*
Fix compile error with clang 3.8
Dave Murphy
2018-12-21
1
-1
/
+1
*
Remove symfile_complaints
Tom Tromey
2018-05-23
1
-4
/
+4
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
C++-ify parser_state
Tom Tromey
2017-12-30
1
-17
/
+3
*
Fix PR gdb/22491: Regression when setting SystemTap probe semaphores
Sergio Durigan Junior
2017-11-25
1
-4
/
+12
*
Convert SystemTap probe interface to C++ (and perform some cleanups)
Sergio Durigan Junior
2017-11-22
1
-273
/
+261
*
Constify info_probes_stap_command
Tom Tromey
2017-09-27
1
-1
/
+1
*
probe: Replace VEC(probe_ops_cp) with std::vector
Simon Marchi
2017-09-12
1
-1
/
+1
*
Make probe_ops::get_probes fill an std::vector
Simon Marchi
2017-09-12
1
-5
/
+5
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-8
/
+8
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
stap-probe.c: Add casts
Simon Marchi
2015-10-26
1
-4
/
+6
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-1
/
+1
*
stap-probe: Remove unnecessary cast
Simon Marchi
2015-09-22
1
-1
/
+1
*
Improve error reporting when handling SystemTap SDT probes
Sergio Durigan Junior
2015-09-02
1
-7
/
+22
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
New commands `enable probe' and `disable probe'.
Jose E. Marchesi
2015-02-17
1
-0
/
+2
*
Move `compute_probe_arg' and `compile_probe_arg' to probe.c
Jose E. Marchesi
2015-02-17
1
-109
/
+0
*
Adapt `info probes' to support printing probes of different types.
Jose E. Marchesi
2015-02-17
1
-0
/
+10
*
Fix redefinition errors in C++ mode
Tom Tromey
2015-02-11
1
-2
/
+2
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Explicitly use language_c when evaluating a SDT probe argument
Sergio Durigan Junior
2014-10-14
1
-3
/
+3
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
Fix for PR gdb/17235: possible bug extracting systemtap probe operand
Sergio Durigan Junior
2014-09-05
1
-18
/
+22
*
Extend recognized types of SDT probe's arguments
Sergio Durigan Junior
2014-05-02
1
-14
/
+51
*
Fix PR breakpoints/16889: gdb segfaults when printing ASM SDT arguments
Sergio Durigan Junior
2014-05-02
1
-5
/
+6
*
Remove `expout*' globals from parser-defs.h
Sergio Durigan Junior
2014-03-27
1
-31
/
+33
[next]