aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: move symbol_file_command declaration to symfile.hSimon Marchi1-4/+0
2024-04-23gdb: remove enum precision_typeSimon Marchi1-7/+0
2024-04-23gdb: move annotation_level declaration/definition to annotate.{h,c}Simon Marchi1-6/+0
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-44/+0
2024-04-23gdb: move declarations of check_quit_flag and set_quit_flag to extension.hSimon Marchi1-19/+0
2024-04-22gdb: don't include gdbsupport/array-view.h in defs.hSimon Marchi1-1/+0
2024-04-22gdb: don't include hashtab.h in defs.hSimon Marchi1-2/+0
2024-04-22gdb: move RequireLongest to gdbsupport/traits.hSimon Marchi1-4/+0
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-89/+0
2024-04-22gdb: remove extract_long_unsigned_integerSimon Marchi1-3/+0
2024-04-22gdb: move `enum compile_i_scope_types` to compile/compile.hSimon Marchi1-28/+0
2024-04-22gdb: move two declarations out of defs.hSimon Marchi1-5/+0
2024-01-31Fix AIX build break.Aditya Vidyadhar Kamath1-2/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Refactor complaint thread-safety approachTom Tromey1-1/+1
2023-12-14gdb: make store_integer take an array_viewSimon Marchi1-8/+31
2023-11-29Remove gdb_static_assertTom Tromey1-1/+1
2023-11-12Remove declaration of re_compTom Tromey1-6/+0
2023-11-06Remove EXTERN_C and related definesTom Tromey1-1/+1
2023-09-18Move val_prettyformat to valprint.hTom Tromey1-14/+0
2023-04-21gdb: remove language_autoSimon Marchi1-1/+0
2023-03-20Use rust_demangle to fix a crashTom Tromey1-4/+3
2023-02-27Introduce set_force_quit_flag and change type of sync_quit_force_runKevin Buettner1-1/+4
2023-02-27Remove old GNU indent directivesTom Tromey1-2/+0
2023-02-10GDB: Switch to using C++ standard integer type limitsMaciej W. Rozycki1-32/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-1/+2
2022-11-23Document the memory_tagged argument for memory region callbacksLuis Machado1-2/+6
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-07-19[AArch64] MTE corefile supportLuis Machado1-1/+2
2022-07-18Replace input_interactive_p with a methodTom Tromey1-2/+0
2022-07-12Fix -fsanitize=thread for per_cu fieldsTom de Vries1-0/+3
2022-03-31Remove dbx modeTom Tromey1-3/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-3/+20
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-03-16gdb: move enum gdb_osabi to osabi.hSimon Marchi1-31/+0
2020-01-14Move gdbsupport to the top levelTom Tromey1-0/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-08Constify command_line_inputTom Tromey1-1/+1
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