Age | Commit message (Expand) | Author | Files | Lines |
2020-01-14 | Move gdbsupport to the top level | Tom Tromey | 1 | -0/+9 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-08 | Constify command_line_input | Tom Tromey | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -4/+4 |
2019-09-06 | Change int to bool for the relocate_* functions | Christian Biesinger | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -3/+0 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-07-02 | Move generic_load declaration to symfile.h | Simon Marchi | 1 | -3/+0 |
2019-06-18 | gdb: Remove use of deprecated_interactive_hook | Andrew Burgess | 1 | -1/+0 |
2019-05-08 | Move "watchdog" to remote.c | Tom Tromey | 1 | -4/+0 |
2019-05-08 | Move interpreter_p declaration to main.h | Tom Tromey | 1 | -3/+0 |
2019-05-08 | Don't declare read_unsigned_leb128 in defs.h | Tom Tromey | 1 | -4/+0 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-01 | arm-pikeos: software single step | Jerome Guitton | 1 | -0/+1 |
2018-09-18 | Add a new 'info proc files' subcommand of 'info proc'. | John Baldwin | 1 | -0/+3 |
2018-08-17 | Remove "repeat" argument from command_line_input | Tom Tromey | 1 | -1/+1 |
2018-06-07 | Change build_address_symbolic to return std::string | Tom Tromey | 1 | -9/+0 |
2018-04-07 | Make "set osabi none" really work (PR 22980) | Simon Marchi | 1 | -2/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -1/+1 |
2018-03-08 | Remove MAX_REGISTER_SIZE define | Alan Hayward | 1 | -5/+0 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -4/+0 |
2018-02-14 | Move some declarations to source.h | Tom Tromey | 1 | -27/+0 |
2018-02-13 | Use enum flags for flags passed to openp | Simon Marchi | 1 | -4/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-11 | Unbreak build for non-ELF ports | Pedro Alves | 1 | -6/+0 |
2017-12-08 | DWARF-5: .debug_names index consumer | Jan Kratochvil | 1 | -0/+1 |
2017-12-08 | Change dwarf2_initialize_objfile's return value | Jan Kratochvil | 1 | -0/+5 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_path and friends | Tom Tromey | 1 | -3/+3 |
2017-09-27 | Constify some commands in exec.c, plus symbol_file_command | Tom Tromey | 1 | -1/+1 |
2017-09-23 | Removed unused declaration | Tom Tromey | 1 | -6/+0 |
2017-09-04 | Move command lines types/declarations to cli-script.h | Simon Marchi | 1 | -74/+0 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -1/+2 |
2017-06-16 | extract/store integer function template | Yao Qi | 1 | -8/+39 |
2017-05-26 | Add regcache raw_supply_integer and raw_collect_integer. | Alan Hayward | 1 | -1/+4 |
2017-04-12 | Introduce command_line_up | Tom Tromey | 1 | -7/+21 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -3/+4 |
2017-02-20 | DWARF-5 basic functionality | Jan Kratochvil | 1 | -0/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 1 | -7/+3 |
2016-11-23 | gdb: Use C++11 std::chrono | Pedro Alves | 1 | -14/+0 |
2016-10-31 | MIPS: Remove remains of IRIX OS ABI support | Maciej W. Rozycki | 1 | -1/+0 |
2016-10-25 | Fix gdb C++ compilation on Solaris (PR build/20712) | Rainer Orth | 1 | -10/+0 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -4/+3 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -0/+16 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -7/+0 |
2016-07-26 | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 1 | -0/+19 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -4/+14 |