aboutsummaryrefslogtreecommitdiff
path: root/gdb/stap-probe.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-01Remove evaluate_expressionTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-31[gdb/cli] Add maintenance ignore-probesTom de Vries1-0/+3
2022-11-14Remove dump_prefix_expressionTom Tromey1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-6/+3
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-4/+4
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-03-21gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess1-0/+15
2022-01-27Fix GDB internal error by using text (instead of data) section offsetKevin Buettner1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
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