aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-07-08Handle Windows drives in auto-load script pathsHannes Domani4-0/+21
2020-07-08Rename the 'obfd' argument to fbsd_nat_target::find_memory_regions.John Baldwin2-6/+11
2020-07-08Use read_memory in ada_exception_message_1Tom Tromey5-3/+17
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess9-48/+185
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess10-0/+371
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess11-0/+452
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess7-1/+54
2020-07-06gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess6-68/+33
2020-07-06[gdb/symtab] Fix line-table end-of-sequence sortingTom de Vries5-6/+30
2020-07-06[gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_nameTom de Vries2-13/+15
2020-07-05[gdb/build,c++17] Fix use of deprecated std::uncaught_exceptionTom de Vries2-1/+16
2020-07-03gdb: make macro_stringify return a gdb::unique_xmalloc_ptr<char>Simon Marchi4-16/+15
2020-07-03gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char>Simon Marchi4-22/+28
2020-07-03gdb: remove callback in macro expand functionsSimon Marchi7-91/+72
2020-07-03Fix gdb.base/structs2.exp with ClangPedro Alves3-2/+8
2020-07-03Fix gdb.base/charset.exp with ClangPedro Alves2-4/+18
2020-07-03Remove stale -DNO_PROTOTYPES bits from gdb testsuitePedro Alves8-67/+27
2020-07-03Remove stale overlay testcase bitsPedro Alves4-583/+5
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi10-18/+31
2020-07-01Make tui_win_info::name pure virtualTom Tromey3-4/+11
2020-07-01Remove tui_gen_win_infoTom Tromey6-93/+76
2020-07-01Derive tui_locator_window from tui_win_infoTom Tromey2-1/+23
2020-07-01Remove body of tui_locator_window constructorTom Tromey2-5/+5
2020-07-01Don't derive tui_data_item_window from tui_gen_win_infoTom Tromey4-78/+51
2020-07-01Rename tui_data_item_window::item_noTom Tromey3-4/+11
2020-07-01Remove useless "if' from tui-regs.cTom Tromey2-7/+9
2020-07-01Remove tui_data_window::nameTom Tromey3-2/+5
2020-07-01Move some code out of tui-data.hTom Tromey5-26/+35
2020-07-01Remove tui_expand_tabsTom Tromey5-73/+61
2020-07-01Use complete_on_enum in tui_reggroup_completerTom Tromey2-9/+6
2020-07-01Recognize -1 as a tombstone value in .debug_lineFangrui Song2-6/+11
2020-07-01Allow reference form for DW_AT_associated and DW_AT_allocated attributesAlok Kumar Sharma2-14/+8
2020-06-30Fix test breakages caused by removal of gdb_py_test_multiple.Philippe Waroquiers10-39/+52
2020-06-30Fix bug in quirk_rust_enumTom Tromey2-1/+6
2020-06-30Do not define basic_string_view::to_stringTom Tromey2-4/+10
2020-06-30[gdb/testsuite] Handle early_flags in gdb_default_target_compileTom de Vries2-7/+16
2020-06-29gdb: fix documentation of gdbarch_displaced_step_copy_insnSimon Marchi3-6/+7
2020-06-29gdb/testsuite: better handle failures in simavr board, reap simavr processSimon Marchi2-4/+39
2020-06-29[gdb/testsuite] Emit unresolved for unknown procTom de Vries2-0/+6
2020-06-29[gdb/testsuite] Expect conformation question in gdb.server/solib-list.expTom de Vries2-0/+9
2020-06-28Remove "cmd_type" functionTom Tromey5-34/+16
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves9-54/+68
2020-06-26Make test names unique in python.exp and guile.expPhilippe Waroquiers5-95/+95
2020-06-26Fix --enable-libctf and --disable-staticNick Alcock15-6/+146
2020-06-26Fix -Wstring-compare testcase build failureGary Benson3-2/+16
2020-06-26Improve documentation of which shell is used by GDB's shell commandsEli Zaretskii2-3/+9
2020-06-25gdb: use make_unique_xstrdup in set_inferior_io_terminalSimon Marchi2-1/+5
2020-06-25gdb: make inferior::terminal a unique ptrSimon Marchi4-6/+13
2020-06-25gdb/riscv: Loop over all registers for 'info all-registers'Andrew Burgess4-4/+17
2020-06-25gdb/riscv: Record information about unknown tdesc registersAndrew Burgess5-3/+145