summaryrefslogtreecommitdiff
path: root/gdb/defs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unused declarationTom Tromey2017-09-231-6/+0
* Move command lines types/declarations to cli-script.hSimon Marchi2017-09-041-74/+0
* Make language_def O(1)Pedro Alves2017-07-201-1/+2
* extract/store integer function templateYao Qi2017-06-161-8/+39
* Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward2017-05-261-1/+4
* Introduce command_line_upTom Tromey2017-04-121-7/+21
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+4
* DWARF-5 basic functionalityJan Kratochvil2017-02-201-0/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-7/+3
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-14/+0
* MIPS: Remove remains of IRIX OS ABI supportMaciej W. Rozycki2016-10-311-1/+0
* Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth2016-10-251-10/+0
* Remove Java supportTom Tromey2016-10-061-4/+3
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+16
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-7/+0
* PR python/20190 - compute TLS symbol without a frameTom Tromey2016-07-261-0/+19
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-4/+14
* Make stdin be per UIPedro Alves2016-06-211-1/+3
* Add support for the Rust languageTom Tromey2016-05-171-0/+1
* Eliminate immediate_quitPedro Alves2016-04-121-7/+4
* target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves2016-04-121-4/+30
* Eliminate clear_quit_flagPedro Alves2016-04-121-2/+0
* Introduce interruptible_selectPedro Alves2016-04-121-0/+11
* gdb_readline -> gdb_readline_no_editingPedro Alves2016-03-091-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* remote: allow aborting long operations (e.g., file transfers)Pedro Alves2015-08-251-11/+9
* Use macros for some enum bit field sizes.Doug Evans2015-08-151-0/+5
* tui: replace deprecated_register_changed_hook with observerPatrick Palka2015-07-081-1/+0
* Move utility functions to common/Jan Kratochvil2015-06-151-19/+0
* compile: New 'compile print'Jan Kratochvil2015-05-161-0/+9