summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Use 'const' in ada-exp.yTom Tromey2021-07-022-10/+15
* Document TUI improvements in the manual & NEWSPedro Alves2021-07-024-0/+46
* Linux: Access memory even if threads are runningPedro Alves2021-07-017-47/+706
* gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi2021-06-295-11/+29
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-2978-5/+133
* gdb: introduce frame_debug_printfSimon Marchi2021-06-297-251/+177
* gdb: make frame_debug a booleanSimon Marchi2021-06-293-6/+13
* gdb: remove duplicate declaration of 'find_thread_ptid'Tankut Baris Aktemur2021-06-292-4/+4
* gdb: use gdb_bfd_count_sections in macho_symfile_offsetsSimon Marchi2021-06-282-1/+7
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-2822-102/+134
* gdb: add .flake8 fileSimon Marchi2021-06-282-0/+6
* Sanitize the address before working with allocation tagsLuis Machado2021-06-282-2/+17
* Fix FFR register size for core files.Luis Machado2021-06-282-1/+6
* Fix tag_ctl register size in the core file.Luis Machado2021-06-283-3/+11
* gdb: remove gdbarch_info_initSimon Marchi2021-06-2818-92/+43
* gdb: remove gdbarch_info::tdep_infoSimon Marchi2021-06-284-14/+6
* gdb/remote: Use true/false instead of 1/0Andrew Burgess2021-06-282-4/+9
* gdb/fortran: Add type info of formal parameter for clang.Bhuvanendra Kumar N2021-06-281-7/+29
* gdb/guile: use return values of add_setshow functions in add_setshow_genericSimon Marchi2021-06-252-88/+76
* gdb: remove context parameter from add_setshow_enum_cmdSimon Marchi2021-06-254-31/+48
* gdb: add assert in cmd_list_element::set_contextSimon Marchi2021-06-252-1/+9
* gdb: add context getter/setter to cmd_list_elementSimon Marchi2021-06-2517-62/+69
* gdb: change info sources to group results by objfileAndrew Burgess2021-06-2511-81/+342
* gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-filesAndrew Burgess2021-06-259-13/+192
* gdb/mi: add regexp filtering to -file-list-exec-source-filesAndrew Burgess2021-06-2513-149/+521
* gdb: make struct output_source_filename_data more C++ likeAndrew Burgess2021-06-252-106/+247
* gdb: add new function quick_symbol_functions::has_unexpanded_symbolsAndrew Burgess2021-06-257-0/+95
* gdb: fix invalid arg coercion when calling static member functionsAndrew Burgess2021-06-255-2/+28
* gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess2021-06-2512-34/+65
* gdb: replace NULL terminated array with array_viewAndrew Burgess2021-06-258-45/+70
* gdb: fix regression in evaluate_funcall for non C++ like casesAndrew Burgess2021-06-256-4/+121
* Change how .debug_aranges padding is skippedTom Tromey2021-06-256-16/+93
* Remove dwarf2_cu::languageTom Tromey2021-06-254-148/+176
* Consolidate CU language settingTom Tromey2021-06-252-34/+48
* gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess2021-06-258-1/+108
* gdb/guile: allow for catchpoint type breakpoints in guileAndrew Burgess2021-06-256-1/+63
* gdb/guile: improve the errors when creating breakpointsAndrew Burgess2021-06-254-1/+29
* Add ISA 3.1 check to powerpc-plxv-norel.expCarl Love2021-06-253-2/+55
* Use gdb::function_view in addrmap_foreachTom Tromey2021-06-255-93/+86
* Decode Ada types in Python layerTom Tromey2021-06-254-0/+22
* Add non-wrapping mode to ada_decodeTom Tromey2021-06-253-6/+16
* Update the core file architecture if a target description is presentLuis Machado2021-06-252-0/+20
* [gdb/testsuite] Fix duplicate in gdb.base/info-macros.expTom de Vries2021-06-242-2/+9
* [gdb/testsuite] Fix duplicate in gdb.base/argv0-symlink.expTom de Vries2021-06-242-55/+68
* [gdb/testsuite] Rewrite gdb_test_linesTom de Vries2021-06-235-80/+47
* gdb: fix python/lib/gdb/__init__.py formattingSimon Marchi2021-06-222-3/+7
* gdb: remove unnecessary parameter wait_ptid from do_target_waitSimon Marchi2021-06-222-7/+10
* gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi2021-06-223-11/+46
* gdb: Support DW_LLE_start_endAndreas Schwab2021-06-226-1/+235
* [gdb/testsuite] Add gdb.dwarf2/imported-unit-c.expTom de Vries2021-06-222-0/+114