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