aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-27sim: bpf: add explicit casts when using explicit formatsMike Frysinger2-12/+16
2021-06-27sim: bpf: fix mixed decls & code warnings (and style)Mike Frysinger3-3/+12
2021-06-27sim: erc32: merge with common configure scriptMike Frysinger11-4305/+213
2021-06-27sim: bfin: move pkg-config & SDL checks to common codeMike Frysinger12-1196/+319
2021-06-27Automatic date update in version.inGDB Administrator1-1/+1
2021-06-25gdb/guile: use return values of add_setshow functions in add_setshow_genericSimon Marchi2-88/+76
2021-06-25gdb: remove context parameter from add_setshow_enum_cmdSimon Marchi4-31/+48
2021-06-25gdb: add assert in cmd_list_element::set_contextSimon Marchi2-1/+9
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi17-62/+69
2021-06-26Automatic date update in version.inGDB Administrator1-1/+1
2021-06-25gdb: change info sources to group results by objfileAndrew Burgess11-81/+342
2021-06-25gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-filesAndrew Burgess9-13/+192
2021-06-25gdb/mi: add regexp filtering to -file-list-exec-source-filesAndrew Burgess13-149/+521
2021-06-25gdb: make struct output_source_filename_data more C++ likeAndrew Burgess2-106/+247
2021-06-25gdb: add new function quick_symbol_functions::has_unexpanded_symbolsAndrew Burgess7-0/+95
2021-06-25gdb: fix invalid arg coercion when calling static member functionsAndrew Burgess5-2/+28
2021-06-25gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess12-34/+65
2021-06-25gdb: replace NULL terminated array with array_viewAndrew Burgess8-45/+70
2021-06-25gdb: fix regression in evaluate_funcall for non C++ like casesAndrew Burgess6-4/+121
2021-06-25Change how .debug_aranges padding is skippedTom Tromey6-16/+93
2021-06-25Remove dwarf2_cu::languageTom Tromey4-148/+176
2021-06-25Consolidate CU language settingTom Tromey2-34/+48
2021-06-25gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess8-1/+108
2021-06-25gdb/guile: allow for catchpoint type breakpoints in guileAndrew Burgess6-1/+63
2021-06-25gdb/guile: improve the errors when creating breakpointsAndrew Burgess4-1/+29
2021-06-25Add ISA 3.1 check to powerpc-plxv-norel.expCarl Love3-2/+55
2021-06-25Use gdb::function_view in addrmap_foreachTom Tromey5-93/+86
2021-06-25Decode Ada types in Python layerTom Tromey4-0/+22
2021-06-25Add non-wrapping mode to ada_decodeTom Tromey3-6/+16
2021-06-25Update the core file architecture if a target description is presentLuis Machado2-0/+20
2021-06-24sim: cris: fix a few missing prototype warningsMike Frysinger3-32/+11
2021-06-24sim: callback: extend syscall interface to handle 7 argsMike Frysinger6-5/+22
2021-06-25Automatic date update in version.inGDB Administrator1-1/+1
2021-06-24[gdb/testsuite] Fix duplicate in gdb.base/info-macros.expTom de Vries2-2/+9
2021-06-24[gdb/testsuite] Fix duplicate in gdb.base/argv0-symlink.expTom de Vries2-55/+68
2021-06-24gas: update csect alignment for PPC prefixed instructions on XCOFFClément Chigot2-0/+10
2021-06-23sim: syscall: handle killing the sim itselfMike Frysinger2-2/+18
2021-06-23sim: cris: override getpid callbackMike Frysinger2-0/+13
2021-06-23sim: callback: add a kill interfaceMike Frysinger5-0/+40
2021-06-24Automatic date update in version.inGDB Administrator1-1/+1
2021-06-23sim: switch common srcdir to abs_srcdirMike Frysinger5-20/+29
2021-06-23[gdb/testsuite] Rewrite gdb_test_linesTom de Vries5-80/+47
2021-06-23Automatic date update in version.inGDB Administrator1-1/+1
2021-06-22sim: cris: fix a few warningsMike Frysinger2-2/+9
2021-06-22sim: callback: add missing cb_target_to_host_signalMike Frysinger2-0/+17
2021-06-22sim: callback: generate signal mapMike Frysinger3-0/+36
2021-06-22sim: callback: add a getpid interfaceMike Frysinger5-1/+26
2021-06-22sim: rx: merge with common configure scriptMike Frysinger9-2947/+76
2021-06-22sim: drop configure scripts for simple portsMike Frysinger104-49374/+809
2021-06-22gdb: fix python/lib/gdb/__init__.py formattingSimon Marchi2-3/+7