Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-09-27 | Constify info_probes_stap_command | Tom Tromey | 1 | -1/+1 |
2017-09-12 | probe: Replace VEC(probe_ops_cp) with std::vector | Simon Marchi | 1 | -1/+1 |
2017-09-12 | Make probe_ops::get_probes fill an std::vector | Simon Marchi | 1 | -5/+5 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -8/+8 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-26 | stap-probe.c: Add casts | Simon Marchi | 1 | -4/+6 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-09-22 | stap-probe: Remove unnecessary cast | Simon Marchi | 1 | -1/+1 |
2015-09-02 | Improve error reporting when handling SystemTap SDT probes | Sergio Durigan Junior | 1 | -7/+22 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-02-17 | New commands `enable probe' and `disable probe'. | Jose E. Marchesi | 1 | -0/+2 |
2015-02-17 | Move `compute_probe_arg' and `compile_probe_arg' to probe.c | Jose E. Marchesi | 1 | -109/+0 |
2015-02-17 | Adapt `info probes' to support printing probes of different types. | Jose E. Marchesi | 1 | -0/+10 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -2/+2 |