aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Fix register regression in DWARF evaluatorTom Tromey1-1/+3
2021-08-16Fix Ada regression due to DWARF expression seriesTom Tromey1-1/+3
2021-08-16Notify observer of breakpoint auto-disablingPatrick Monnerat3-1/+65
2021-08-12gdb: riscv_scan_prologue: handle LD and LW instructionsLancelot SIX4-0/+182
2021-08-12Update documentation to mention PygmentsTom Tromey1-4/+10
2021-08-12gdb: make gdbarch_printable_names return a vectorSimon Marchi5-73/+54
2021-08-12Improve forward progress test in python.expCarl Love1-1/+16
2021-08-12gdb:csky rm tdesc_has_registers in csky_register_nameJiangshuai Li1-3/+0
2021-08-11Deprecate a.out support for NetBSD targets.John Ericson3-26/+16
2021-08-11gdb: don't print backtrace when dumping core after an internal errorAndrew Burgess2-0/+41
2021-08-11gdb: register SIGBUS, SIGFPE, and SIGABRT handlersAndrew Burgess2-2/+20
2021-08-11gdb: print backtrace on fatal SIGSEGVAndrew Burgess9-11/+398
2021-08-11gdb: rename async_init_signals to gdb_init_signalsAndrew Burgess3-29/+16
2021-08-11gdb: register signal handler after setting up event tokenAndrew Burgess1-3/+5
2021-08-11gdb: terminate upon receipt of SIGFPEAndrew Burgess1-24/+1
2021-08-10Ignore .debug_types when reading .debug_arangesTom Tromey2-1/+8
2021-08-10Generalize addrmap dumpingTom Tromey3-51/+46
2021-08-10gdb: iterate only on vfork parent threads in handle_vfork_child_exec_or_exitSimon Marchi1-17/+12
2021-08-09guile: fix smob exportsGeorge Barrett2-1/+56
2021-08-08Include objfiles.h in a few .c filesTom Tromey3-0/+3
2021-08-06[gdb/symtab] Recognize .gdb_index symbol table with empty entries as emptyTom de Vries2-20/+11
2021-08-06Unconditionally define _initialize_addrmapTom Tromey1-1/+3
2021-08-06[gdb/symtab] Fix zero address complaint for shlibTom de Vries4-8/+232
2021-08-05[PATCH] GDB Testsuite, update compile-cplus.expWill Schmidt1-5/+4
2021-08-05[gdb] Handle .TOC. sections during gdb-compile for rs6000 target.Will Schmidt1-0/+41
2021-08-05gdb/testsuite: gdb.base/attach.exp: expose bug when testing with native-exten...Simon Marchi1-6/+21
2021-08-05gdb/testsuite: gdb.base/attach.exp: fix support check in test_command_line_at...Simon Marchi1-7/+12
2021-08-05gdb: target_waitstatus_to_string: print extra info for FORKED, VFORKED, EXECDSimon Marchi1-3/+22
2021-08-05gdb: use ptid_t::to_string in print_target_wait_resultsSimon Marchi1-8/+4
2021-08-05Add as_lval argument to expression evaluatorZoran Zaric5-30/+38
2021-08-05Simplify dwarf_expr_context class interfaceZoran Zaric4-232/+237
2021-08-05Make DWARF evaluator return a single struct valueZoran Zaric5-198/+203
2021-08-05Make value_copy also copy the stack data memberZoran Zaric1-0/+2
2021-08-05Move piece_closure and its support to expr.cZoran Zaric4-599/+595
2021-08-05Merge evaluate_for_locexpr_baton evaluatorZoran Zaric3-55/+28
2021-08-05Remove empty frame and full evaluatorsZoran Zaric2-29/+5
2021-08-05Inline get_reg_value method of dwarf_expr_contextZoran Zaric2-23/+7
2021-08-05Move push_dwarf_reg_entry_value to expr.cZoran Zaric5-83/+72
2021-08-05Move read_mem to dwarf_expr_contextZoran Zaric4-13/+10
2021-08-05Move get_object_address to dwarf_expr_contextZoran Zaric3-18/+9
2021-08-05Move dwarf_call to dwarf_expr_contextZoran Zaric4-70/+33
2021-08-05Move compilation unit info to dwarf_expr_contextZoran Zaric5-82/+75
2021-08-05Remove get_frame_cfa from dwarf_expr_contextZoran Zaric4-17/+4
2021-08-05Move frame context info to dwarf_expr_contextZoran Zaric4-105/+91
2021-08-05Cleanup of the dwarf_expr_context constructorZoran Zaric2-18/+9
2021-08-05Replace the symbol needs evaluator with a parserZoran Zaric6-116/+678
2021-08-05gdb/testsuite: update test gdb.base/step-over-syscall.expAndrew Burgess2-11/+97
2021-08-04gdb: Use unwinder name in frame_info::to_stringLancelot SIX1-2/+2
2021-08-04gdb/testsuite: fix gdb.base/info-macros.exp with clangSimon Marchi1-4/+4
2021-08-04gdb: avoid dereferencing empty str_offsets_base optional in dwarf_decode_macrosSimon Marchi3-7/+20