aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-4/+4
2019-09-06Change int to bool for the relocate_* functionsChristian Biesinger1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-3/+0
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-07-02Move generic_load declaration to symfile.hSimon Marchi1-3/+0
2019-06-18gdb: Remove use of deprecated_interactive_hookAndrew Burgess1-1/+0
2019-05-08Move "watchdog" to remote.cTom Tromey1-4/+0
2019-05-08Move interpreter_p declaration to main.hTom Tromey1-3/+0
2019-05-08Don't declare read_unsigned_leb128 in defs.hTom Tromey1-4/+0
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-01arm-pikeos: software single stepJerome Guitton1-0/+1
2018-09-18Add a new 'info proc files' subcommand of 'info proc'.John Baldwin1-0/+3
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey1-1/+1
2018-06-07Change build_address_symbolic to return std::stringTom Tromey1-9/+0
2018-04-07Make "set osabi none" really work (PR 22980)Simon Marchi1-2/+1
2018-03-19Convert observers to C++Tom Tromey1-1/+1
2018-03-08Remove MAX_REGISTER_SIZE defineAlan Hayward1-5/+0
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-4/+0
2018-02-14Move some declarations to source.hTom Tromey1-27/+0
2018-02-13Use enum flags for flags passed to openpSimon Marchi1-4/+10
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