summaryrefslogtreecommitdiff
path: root/gdb/defs.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove language_autoSimon Marchi2023-04-211-1/+0
* Use rust_demangle to fix a crashTom Tromey2023-03-201-4/+3
* Introduce set_force_quit_flag and change type of sync_quit_force_runKevin Buettner2023-02-271-1/+4
* Remove old GNU indent directivesTom Tromey2023-02-271-2/+0
* GDB: Switch to using C++ standard integer type limitsMaciej W. Rozycki2023-02-101-32/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-151-1/+2
* Document the memory_tagged argument for memory region callbacksLuis Machado2022-11-231-2/+6
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* [AArch64] MTE corefile supportLuis Machado2022-07-191-1/+2
* Replace input_interactive_p with a methodTom Tromey2022-07-181-2/+0
* Fix -fsanitize=thread for per_cu fieldsTom de Vries2022-07-121-0/+3
* Remove dbx modeTom Tromey2022-03-311-3/+0
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-3/+20
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move enum gdb_osabi to osabi.hSimon Marchi2020-03-161-31/+0
* Move gdbsupport to the top levelTom Tromey2020-01-141-0/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify command_line_inputTom Tromey2019-11-081-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-4/+4
* Change int to bool for the relocate_* functionsChristian Biesinger2019-09-061-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-3/+0
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Move generic_load declaration to symfile.hSimon Marchi2019-07-021-3/+0
* gdb: Remove use of deprecated_interactive_hookAndrew Burgess2019-06-181-1/+0
* Move "watchdog" to remote.cTom Tromey2019-05-081-4/+0
* Move interpreter_p declaration to main.hTom Tromey2019-05-081-3/+0
* Don't declare read_unsigned_leb128 in defs.hTom Tromey2019-05-081-4/+0
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* arm-pikeos: software single stepJerome Guitton2018-11-011-0/+1
* Add a new 'info proc files' subcommand of 'info proc'.John Baldwin2018-09-181-0/+3
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-1/+1
* Change build_address_symbolic to return std::stringTom Tromey2018-06-071-9/+0
* Make "set osabi none" really work (PR 22980)Simon Marchi2018-04-071-2/+1
* Convert observers to C++Tom Tromey2018-03-191-1/+1
* Remove MAX_REGISTER_SIZE defineAlan Hayward2018-03-081-5/+0
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-4/+0
* Move some declarations to source.hTom Tromey2018-02-141-27/+0
* Use enum flags for flags passed to openpSimon Marchi2018-02-131-4/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Unbreak build for non-ELF portsPedro Alves2017-12-111-6/+0
* DWARF-5: .debug_names index consumerJan Kratochvil2017-12-081-0/+1
* Change dwarf2_initialize_objfile's return valueJan Kratochvil2017-12-081-0/+5
* Constify execute_commandTom Tromey2017-11-071-1/+1
* Constify add_path and friendsTom Tromey2017-11-071-3/+3
* Constify some commands in exec.c, plus symbol_file_commandTom Tromey2017-09-271-1/+1