summaryrefslogtreecommitdiff
path: root/gdb/stap-probe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove evaluate_expressionTom Tromey2023-05-011-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [gdb/cli] Add maintenance ignore-probesTom de Vries2022-12-311-0/+3
* Remove dump_prefix_expressionTom Tromey2022-11-141-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-6/+3
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-4/+4
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-2/+2
* gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess2022-03-211-0/+15
* Fix GDB internal error by using text (instead of data) section offsetKevin Buettner2022-01-271-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Fix GDB build with GCC 4.8.2Tom Tromey2021-03-151-1/+3
* Remove union exp_elementTom Tromey2021-03-081-6/+1
* Convert stap probes to create operationsTom Tromey2021-03-081-75/+112
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-1/+4
* Fix typo in stap_parse_argument_conditionallyTom Tromey2021-02-091-1/+1
* Fix a few stap parser issues and add a new test for probe expressionsSergio Durigan Junior2021-01-201-5/+26
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Add expected type parameter to evaluate_expressionTom Tromey2020-12-151-3/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-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