aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-05-23Add flags to parse_and_evalTom Tromey2-3/+3
2023-05-23Add PARSER_LEAVE_BLOCK_ALONE flagTom Tromey2-16/+27
2023-05-23Add PARSER_DEBUG flagTom Tromey8-9/+16
2023-05-23Rearrange parser_stateTom Tromey1-9/+8
2023-05-23Boolify parser_state::comma_terminatesTom Tromey1-1/+1
2023-05-23Simplify parser_state constructorTom Tromey3-11/+7
2023-05-23Introduce and use parser flagsTom Tromey7-26/+48
2023-05-23Move innermost_block_tracker to expression.hTom Tromey2-45/+44
2023-05-23Avoid forward declaration in parse.cTom Tromey1-24/+18
2023-05-23Implement DAP loadedSources requestTom Tromey4-0/+45
2023-05-23Implement gdb.execute_miTom Tromey10-0/+419
2023-05-23Add second mi_parse constructorTom Tromey2-2/+107
2023-05-23Introduce mi_parse helper methodsTom Tromey2-17/+61
2023-05-23Introduce "static constructor" for mi_parseTom Tromey3-19/+17
2023-05-23Change mi_parse_argv to a methodTom Tromey4-10/+9
2023-05-23Use accessor for mi_parse::argsTom Tromey5-9/+20
2023-05-23Use member initializers in mi_parseTom Tromey2-31/+14
2023-05-23Use field_signed from Python MI commandsTom Tromey2-0/+17
2023-05-23gdb/cli-out.c: clear_current_line shouldn't trigger pagination promptAaron Merey2-5/+8
2023-05-23gdb/testsuite: change hardcoded assembly in gdb.arch/disp-step-insn-reloc.expBruno Larsen1-4/+2
2023-05-22[gdb/tui] Fix buglet in tui_update_variablesTom de Vries1-2/+3
2023-05-22Remove some FIXME comments from DAPTom Tromey4-7/+0
2023-05-22gdb: add Richard Bunt to gdb/MAINTAINERSRichard Bunt1-0/+1
2023-05-22[gdb/testsuite] Add Term::get_line_with_attrsTom de Vries2-7/+59
2023-05-22[gdb/testsuite] Factor out Term::_reset_attrsTom de Vries1-12/+14
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