Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-31 | [gdb/cli] Add maintenance ignore-probes | Tom de Vries | 1 | -0/+3 |
2022-11-14 | Remove dump_prefix_expression | Tom Tromey | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -6/+3 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -4/+4 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -2/+2 |
2022-03-21 | gdb/x86: handle stap probe arguments in xmm registers | Andrew Burgess | 1 | -0/+15 |
2022-01-27 | Fix GDB internal error by using text (instead of data) section offset | Kevin Buettner | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-03-15 | Fix GDB build with GCC 4.8.2 | Tom Tromey | 1 | -1/+3 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -6/+1 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -75/+112 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -1/+4 |
2021-02-09 | Fix typo in stap_parse_argument_conditionally | Tom Tromey | 1 | -1/+1 |
2021-01-20 | Fix a few stap parser issues and add a new test for probe expressions | Sergio Durigan Junior | 1 | -5/+26 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-15 | Add expected type parameter to evaluate_expression | Tom Tromey | 1 | -3/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-09-19 | Use gdb_bfd_sections in get_stap_base_address | Tom Tromey | 1 | -14/+4 |
2020-05-20 | Use bfd_get_filename throughout gdb | Alan Modra | 1 | -1/+1 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Fix handling of null stap semaphores | George Barrett | 1 | -3/+4 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -2/+1 |
2020-01-07 | Add constructor to stap_static_probe_ops | Tom Tromey | 1 | -0/+6 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -4/+3 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-09-02 | Use gdbarch for probe::get_argument_count | Alan Hayward | 1 | -4/+2 |
2019-07-17 | gdb: Remove a non-const reference parameter | Andrew Burgess | 1 | -7/+8 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-28 | Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541) | Sergio Durigan Junior | 1 | -3/+28 |
2019-05-16 | Make stap-probe.c:stap_parse_register_operand's "regname" an std::string | Sergio Durigan Junior | 1 | -24/+12 |
2019-05-16 | Fix complaint string formatting on stap-probe.c | Sergio Durigan Junior | 1 | -8/+5 |
2019-05-16 | Slightly improve logic of some operations on stap-probe.c | Sergio Durigan Junior | 1 | -11/+10 |
2019-05-16 | Update some comments on stap-probe.c | Sergio Durigan Junior | 1 | -7/+6 |
2019-05-16 | Bool-ify stap-probe.c and stap-related code on i386-tdep.c | Sergio Durigan Junior | 1 | -49/+50 |
2019-05-08 | Convert probes to type-safe registry API | Tom Tromey | 1 | -5/+7 |
2019-04-04 | Remove parser_state "initial_size" parameter | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-21 | Fix compile error with clang 3.8 | Dave Murphy | 1 | -1/+1 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -4/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-30 | C++-ify parser_state | Tom Tromey | 1 | -17/+3 |
2017-11-25 | Fix PR gdb/22491: Regression when setting SystemTap probe semaphores | Sergio Durigan Junior | 1 | -4/+12 |
2017-11-22 | Convert SystemTap probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -273/+261 |