aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Use gdbarch for probe::get_argument_countAlan Hayward2019-09-021-4/+2
* gdb: Remove a non-const reference parameterAndrew Burgess2019-07-171-7/+8
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior2019-06-281-3/+28
* Make stap-probe.c:stap_parse_register_operand's "regname" an std::stringSergio Durigan Junior2019-05-161-24/+12
* Fix complaint string formatting on stap-probe.cSergio Durigan Junior2019-05-161-8/+5
* Slightly improve logic of some operations on stap-probe.cSergio Durigan Junior2019-05-161-11/+10
* Update some comments on stap-probe.cSergio Durigan Junior2019-05-161-7/+6
* Bool-ify stap-probe.c and stap-related code on i386-tdep.cSergio Durigan Junior2019-05-161-49/+50
* Convert probes to type-safe registry APITom Tromey2019-05-081-5/+7
* Remove parser_state "initial_size" parameterTom Tromey2019-04-041-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix compile error with clang 3.8Dave Murphy2018-12-211-1/+1
* Remove symfile_complaintsTom Tromey2018-05-231-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-17/+3
* Fix PR gdb/22491: Regression when setting SystemTap probe semaphoresSergio Durigan Junior2017-11-251-4/+12
* Convert SystemTap probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-273/+261
* Constify info_probes_stap_commandTom Tromey2017-09-271-1/+1
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-121-1/+1
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-5/+5
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-8/+8
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* stap-probe.c: Add castsSimon Marchi2015-10-261-4/+6
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* stap-probe: Remove unnecessary castSimon Marchi2015-09-221-1/+1
* Improve error reporting when handling SystemTap SDT probesSergio Durigan Junior2015-09-021-7/+22
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* New commands `enable probe' and `disable probe'.Jose E. Marchesi2015-02-171-0/+2
* Move `compute_probe_arg' and `compile_probe_arg' to probe.cJose E. Marchesi2015-02-171-109/+0
* Adapt `info probes' to support printing probes of different types.Jose E. Marchesi2015-02-171-0/+10
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Explicitly use language_c when evaluating a SDT probe argumentSergio Durigan Junior2014-10-141-3/+3
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Fix for PR gdb/17235: possible bug extracting systemtap probe operandSergio Durigan Junior2014-09-051-18/+22
* Extend recognized types of SDT probe's argumentsSergio Durigan Junior2014-05-021-14/+51
* Fix PR breakpoints/16889: gdb segfaults when printing ASM SDT argumentsSergio Durigan Junior2014-05-021-5/+6
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-31/+33
* move probes to be per-bfdTom Tromey2014-03-031-2/+2
* change probes to be program-space-independentTom Tromey2014-03-031-35/+36
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Some cleanups on stap-probe.cSergio Durigan Junior2013-12-231-39/+38
* Extend SystemTap SDT probe argument parserSergio Durigan Junior2013-12-191-77/+234
* Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)Sergio Durigan Junior2013-12-101-13/+17