summaryrefslogtreecommitdiff
path: root/gdb/stap-probe.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesusers/simark/fix-leading-whitespaceSimon Marchi2020-10-261-2/+2
* Use gdb_bfd_sections in get_stap_base_addressTom Tromey2020-09-191-14/+4
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-1/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Fix handling of null stap semaphoresGeorge Barrett2020-01-101-3/+4
* Change section_offsets to a std::vectorTom Tromey2020-01-081-2/+1
* Add constructor to stap_static_probe_opsTom Tromey2020-01-071-0/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-4/+3
* 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