Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -2/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -24/+18 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-07 | Renaming of ctf (the trace format) files | Weimin Pan | 1 | -1/+0 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -5/+12 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -2/+3 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-08-13 | Don't include readline headers from tracepoint.c | Tom Tromey | 1 | -7/+0 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -10/+10 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -14/+14 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -4/+2 |
2019-03-29 | Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST | Keith Seitz | 1 | -2/+5 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-10 | Fix tracepoint.c:parse_tracepoint_definition leak (and one more) | Pedro Alves | 1 | -11/+13 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -3/+4 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -3/+2 |
2018-09-17 | python: Make gdb.execute("show commands") work (PR 23669) | Simon Marchi | 1 | -1/+5 |
2018-09-16 | Use GNU style for metasyntactic variables in gdb | Tom Tromey | 1 | -4/+4 |
2018-08-23 | Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START | Kevin Buettner | 1 | -2/+2 |
2018-08-06 | Variable size for regs mask in collection list | Pedro Franco de Carvalho | 1 | -22/+42 |
2018-08-06 | Use remote register numbers in tracepoint mask | Pedro Franco de Carvalho | 1 | -84/+110 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -4/+0 |
2018-07-03 | Remove VEC from breakpoint | Tom Tromey | 1 | -60/+22 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-24 | Update help text in tracepoint.c | Tom Tromey | 1 | -2/+2 |
2018-05-21 | Remove output_command_const | Tom Tromey | 1 | -1/+1 |
2018-05-21 | Remove a cleanup from trace_dump_actions | Tom Tromey | 1 | -18/+6 |
2018-05-04 | Use function_view in cli-script.c | Tom Tromey | 1 | -2/+4 |
2018-05-04 | Constify prompt argument to read_command_lines | Tom Tromey | 1 | -1/+2 |
2018-05-04 | Use counted_command_line everywhere | Tom Tromey | 1 | -35/+26 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-30 | Remove a use of is_mi_like_p from tracepoint.c | Tom Tromey | 1 | -38/+37 |
2018-04-09 | Remove VEC(tsv_s), use std::vector instead | Simon Marchi | 1 | -70/+42 |
2018-04-07 | Replace make_cleanup_restore_current_traceframe with RAII class | Simon Marchi | 1 | -37/+3 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -10/+6 |
2018-04-01 | Remove char_ptr typedef | Simon Marchi | 1 | -1/+1 |
2018-03-30 | Use std::vector in uploaded_tp | Simon Marchi | 1 | -8/+5 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 1 | -63/+19 |
2018-03-22 | Make parse_static_tracepoint_marker_definition work with multiple static trac... | Simon Marchi | 1 | -3/+11 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -9/+9 |
2018-01-07 | Replace VEC(gdb_xml_value_s) with std::vector | Simon Marchi | 1 | -5/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -10/+6 |
2017-11-08 | Make encode_actions_rsp use std::vector | Simon Marchi | 1 | -29/+11 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -6/+6 |