aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-07-05[gdb/testsuite] Fix fail in gdb.fortran/ptype-on-functions.exp with gcc-7Tom de Vries2-1/+13
2021-07-05gdbsupport/common.m4: check for sigtimedwaitSimon Marchi2-1/+4
2021-07-04gdb: return early if no execution in darwin_solib_create_inferior_hookSimon Marchi1-0/+4
2021-07-03Update NEWS post GDB 11 branch creation.Joel Brobecker2-1/+9
2021-07-03Bump version to 12.0.50.DATE-git.Joel Brobecker4-2/+11
2021-07-03Use 'bool' more idiomatically in dwarf_decode_linesTom Tromey2-2/+7
2021-07-02Use 'const' in ada-exp.yTom Tromey2-10/+15
2021-07-02Document TUI improvements in the manual & NEWSPedro Alves4-0/+46
2021-07-01Linux: Access memory even if threads are runningPedro Alves7-47/+706
2021-06-29gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi5-11/+29
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi78-5/+133
2021-06-29gdb: introduce frame_debug_printfSimon Marchi7-251/+177
2021-06-29gdb: make frame_debug a booleanSimon Marchi3-6/+13
2021-06-29gdb: remove duplicate declaration of 'find_thread_ptid'Tankut Baris Aktemur2-4/+4
2021-06-28gdb: use gdb_bfd_count_sections in macho_symfile_offsetsSimon Marchi2-1/+7
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi22-102/+134
2021-06-28gdb: add .flake8 fileSimon Marchi2-0/+6
2021-06-28Sanitize the address before working with allocation tagsLuis Machado2-2/+17
2021-06-28Fix FFR register size for core files.Luis Machado2-1/+6
2021-06-28Fix tag_ctl register size in the core file.Luis Machado3-3/+11
2021-06-28gdb: remove gdbarch_info_initSimon Marchi18-92/+43
2021-06-28gdb: remove gdbarch_info::tdep_infoSimon Marchi4-14/+6
2021-06-28gdb/remote: Use true/false instead of 1/0Andrew Burgess2-4/+9
2021-06-28gdb/fortran: Add type info of formal parameter for clang.Bhuvanendra Kumar N1-7/+29
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-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-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