aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-05-19Update documentation for Python Frame.older and Frame.newerTom Tromey2-3/+5
2023-05-19gdb: fix post-hook execution for remote targetsJan Vrany1-1/+3
2023-05-19gdb: Remove redundant frame switchingRichard Bunt2-6/+12
2023-05-19gdb: safety checks in skip_prologue_using_salAndrew Burgess1-3/+5
2023-05-19gdb/testsuite: test for a function with no line tableAndrew Burgess2-0/+154
2023-05-19gdb/breakpoint: use warning function instead of gdb_printfAndrew Burgess3-6/+6
2023-05-19gdb/testsuite: handle older Python versions in gdb.python/py-disasm.expAndrew Burgess1-5/+15
2023-05-18Use lower-case in @sc in the documentationTom Tromey2-19/+19
2023-05-18gdb.fortran/lbound-ubound.exp: read expected lbound and ubound from function ...Simon Marchi2-68/+18
2023-05-18gdb/elfread.c: Add plt symbol check for _PROCEDURE_LINKAGE_TABLE_Hui Li1-0/+3
2023-05-18[gdb/testsuite] Fix whitespace and indentation in lib/tuiterm.expTom de Vries1-48/+48
2023-05-17Special case "&str" in Rust parserTom Tromey2-0/+13
2023-05-16[gdb/tui] Don't show line number for lines not in source fileTom de Vries3-21/+39
2023-05-16Update comments for the gdb/24331 fix.Paul Pluzhnikov2-3/+4
2023-05-16gdb/testsuite: fix formatting of gdb.python/py-disasm.pyAndrew Burgess1-3/+3
2023-05-16gdb/testsuite: make gdb_supported_languages a caching procAndrew Burgess1-5/+23
2023-05-16gdb/testsuite: fix regressions in break-main-file-remove-fail.expAndrew Burgess1-1/+16
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess5-93/+1366
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess5-80/+31
2023-05-15Correctly handle forward DIE references in scannerTom Tromey2-3/+104
2023-05-13Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov3-7/+35
2023-05-12Fix regression due to Pragma Import seriesTom Tromey4-0/+28
2023-05-12Use bool and early loop exit in remove_extra_symbolsTom Tromey1-5/+5
2023-05-12Use reference parameter in remove_extra_symbolsTom Tromey1-25/+25
2023-05-12Handle Ada Pragma Import and Pragma ExportTom Tromey12-4/+442
2023-05-12Introduce symbol_block_ops::get_block_valueTom Tromey2-1/+11
2023-05-12Define symbol::value_block separatelyTom Tromey1-4/+7
2023-05-12Bump MAX_SYMBOL_IMPLSTom Tromey1-1/+1
2023-05-12Introduce lookup_minimal_symbol_linkageTom Tromey3-23/+38
2023-05-12gdb: remove unnecessary call to std::string constructorSimon Marchi1-1/+1
2023-05-12Add dynamic_prop::is_constantTom Tromey14-43/+45
2023-05-12Implement DAP register scopeTom Tromey2-5/+33
2023-05-12Fix calling debuginfo-less functions in AdaTom Tromey6-2/+113
2023-05-12gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess3-9/+30
2023-05-12gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess3-2/+84
2023-05-12gdb/doc: improve Python Disassembler API documentationAndrew Burgess1-5/+12
2023-05-12gdb/testsuite: extend special '^' handling to gdb_test_multipleAndrew Burgess7-28/+39
2023-05-12gdb: fix error message for $_gdb_maint_settingAndrew Burgess2-2/+25
2023-05-12[gdb/testsuite] Fix gdb.dwarf2/opt-out-not-implptr.exp for -m32Tom de Vries1-7/+45
2023-05-12[gdb/testsuite] Make is_64_target more robustTom de Vries1-1/+8
2023-05-12[gdb/cli] Fix wrapping for TERM=ansiTom de Vries3-13/+1
2023-05-11Do not print <synthetic pointer> when piece is optimized outTom Tromey3-8/+91
2023-05-11gdb/testsuite: Match file size in gdb.debuginfod/crc_mismatch.expAaron Merey1-1/+1
2023-05-11Disable out-of-scope watchpointsJohnson Sun4-0/+103
2023-05-11Add "scheduler-locking" to documentation indexTom Tromey1-0/+1
2023-05-10[gdb/tui] Fix tui compact-source a bit moreTom de Vries2-17/+29
2023-05-10gdb/rust: fix crash for expression debug with stringsAndrew Burgess2-1/+25
2023-05-10[gdb/tui] Fix tui compact-sourceTom de Vries4-8/+71
2023-05-09Support higher baud rates when they are definedDan Callaghan1-0/+66
2023-05-09gdb: fix use-after-free in check_longjmp_breakpoint_for_call_dummySimon Marchi1-9/+16