summaryrefslogtreecommitdiff
path: root/gdb/stap-probe.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-05-01Remove evaluate_expressionTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-31[gdb/cli] Add maintenance ignore-probesTom de Vries
2022-11-14Remove dump_prefix_expressionTom Tromey
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-21gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess
2022-01-27Fix GDB internal error by using text (instead of data) section offsetKevin Buettner
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-03-15Fix GDB build with GCC 4.8.2Tom Tromey
2021-03-08Remove union exp_elementTom Tromey
2021-03-08Convert stap probes to create operationsTom Tromey
2021-03-08Add an expr::operation_up to struct expressionTom Tromey
2021-02-09Fix typo in stap_parse_argument_conditionallyTom Tromey
2021-01-20Fix a few stap parser issues and add a new test for probe expressionsSergio Durigan Junior
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-15Add expected type parameter to evaluate_expressionTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-19Use gdb_bfd_sections in get_stap_base_addressTom Tromey
2020-05-20Use bfd_get_filename throughout gdbAlan Modra
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Fix handling of null stap semaphoresGeorge Barrett
2020-01-08Change section_offsets to a std::vectorTom Tromey
2020-01-07Add constructor to stap_static_probe_opsTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess
2019-07-09Rename common to gdbsupportTom Tromey
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior
2019-05-16Make stap-probe.c:stap_parse_register_operand's "regname" an std::stringSergio Durigan Junior
2019-05-16Fix complaint string formatting on stap-probe.cSergio Durigan Junior
2019-05-16Slightly improve logic of some operations on stap-probe.cSergio Durigan Junior
2019-05-16Update some comments on stap-probe.cSergio Durigan Junior
2019-05-16Bool-ify stap-probe.c and stap-related code on i386-tdep.cSergio Durigan Junior
2019-05-08Convert probes to type-safe registry APITom Tromey
2019-04-04Remove parser_state "initial_size" parameterTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-21Fix compile error with clang 3.8Dave Murphy
2018-05-23Remove symfile_complaintsTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-30C++-ify parser_stateTom Tromey