aboutsummaryrefslogtreecommitdiff
path: root/gdb/stap-probe.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Fix GDB build with GCC 4.8.2Tom Tromey1-1/+3
2021-03-08Remove union exp_elementTom Tromey1-6/+1
2021-03-08Convert stap probes to create operationsTom Tromey1-75/+112
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-1/+4
2021-02-09Fix typo in stap_parse_argument_conditionallyTom Tromey1-1/+1
2021-01-20Fix a few stap parser issues and add a new test for probe expressionsSergio Durigan Junior1-5/+26
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Add expected type parameter to evaluate_expressionTom Tromey1-3/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-09-19Use gdb_bfd_sections in get_stap_base_addressTom Tromey1-14/+4
2020-05-20Use bfd_get_filename throughout gdbAlan Modra1-1/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Fix handling of null stap semaphoresGeorge Barrett1-3/+4
2020-01-08Change section_offsets to a std::vectorTom Tromey1-2/+1
2020-01-07Add constructor to stap_static_probe_opsTom Tromey1-0/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-4/+3
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward1-4/+2
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess1-7/+8
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior1-3/+28
2019-05-16Make stap-probe.c:stap_parse_register_operand's "regname" an std::stringSergio Durigan Junior1-24/+12
2019-05-16Fix complaint string formatting on stap-probe.cSergio Durigan Junior1-8/+5
2019-05-16Slightly improve logic of some operations on stap-probe.cSergio Durigan Junior1-11/+10
2019-05-16Update some comments on stap-probe.cSergio Durigan Junior1-7/+6
2019-05-16Bool-ify stap-probe.c and stap-related code on i386-tdep.cSergio Durigan Junior1-49/+50
2019-05-08Convert probes to type-safe registry APITom Tromey1-5/+7
2019-04-04Remove parser_state "initial_size" parameterTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-21Fix compile error with clang 3.8Dave Murphy1-1/+1
2018-05-23Remove symfile_complaintsTom Tromey1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-30C++-ify parser_stateTom Tromey1-17/+3
2017-11-25Fix PR gdb/22491: Regression when setting SystemTap probe semaphoresSergio Durigan Junior1-4/+12
2017-11-22Convert SystemTap probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-273/+261
2017-09-27Constify info_probes_stap_commandTom Tromey1-1/+1
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi1-1/+1
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi1-5/+5
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-8/+8
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26stap-probe.c: Add castsSimon Marchi1-4/+6
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-22stap-probe: Remove unnecessary castSimon Marchi1-1/+1