summaryrefslogtreecommitdiff
path: root/gdb/defs.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-11Unbreak build for non-ELF portsPedro Alves
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_path and friendsTom Tromey
2017-09-27Constify some commands in exec.c, plus symbol_file_commandTom Tromey
2017-09-23Removed unused declarationTom Tromey
2017-09-04Move command lines types/declarations to cli-script.hSimon Marchi
2017-07-20Make language_def O(1)Pedro Alves
2017-06-16extract/store integer function templateYao Qi
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward
2017-04-12Introduce command_line_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-02-20DWARF-5 basic functionalityJan Kratochvil
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-10-31MIPS: Remove remains of IRIX OS ABI supportMaciej W. Rozycki
2016-10-25Fix gdb C++ compilation on Solaris (PR build/20712)Rainer Orth
2016-10-06Remove Java supportTom Tromey
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey
2016-06-21Make stdin be per UIPedro Alves
2016-05-17Add support for the Rust languageTom Tromey
2016-04-12Eliminate immediate_quitPedro Alves
2016-04-12target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves
2016-04-12Eliminate clear_quit_flagPedro Alves
2016-04-12Introduce interruptible_selectPedro Alves
2016-03-09gdb_readline -> gdb_readline_no_editingPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves
2015-08-15Use macros for some enum bit field sizes.Doug Evans
2015-07-08tui: replace deprecated_register_changed_hook with observerPatrick Palka
2015-06-15Move utility functions to common/Jan Kratochvil
2015-05-16compile: New 'compile print'Jan Kratochvil
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker
2015-04-11Remove --xdbJan Kratochvil
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-19MIPS SDE OS ABI supportYao Qi
2014-12-15Fix build with Python 3.4 (PR python/16784)Simon Marchi
2014-12-12the "compile" commandTom Tromey
2014-11-21Include alloca.h unconditionallyYao Qi
2014-10-17Delete Tru64 supportPedro Alves
2014-08-19Introduce common-types.hGary Benson