aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-09-29Bump GDB's version number to 15.2.90.DATE-git.Joel Brobecker2-2/+2
2024-09-29Set GDB version number to 15.2.gdb-15.2-releaseJoel Brobecker1-1/+1
2024-09-26[gdb/python] Make sure python sys.exit makes gdb exitTom de Vries2-0/+98
2024-09-15[gdb/symtab] Revert "Change handling of DW_TAG_enumeration_type in DWARF scan...Tom de Vries3-9/+44
2024-09-15[gdb/testsuite] Add regression test for PR32158Tom de Vries2-0/+18
2024-09-15[gdb/testsuite] Add gdb.dwarf2/enum-type-c++.exp, regression test for PR31900.Tom de Vries2-0/+73
2024-09-08gdb-15-branch: Clear the X86_XSTATE_MPX bit in XCRO for x32H.J. Lu1-0/+6
2024-09-04Recognize -2 as a tombstone value in .debug_lineDmitry Neverov1-5/+8
2024-08-22[gdb] Handle ^C during disassemblyTom de Vries4-25/+37
2024-08-07Mark unavailable bytes of limited-length arrays when allocating contentsHannes Domani3-4/+17
2024-07-23gdb/solib-frv: move lm_info object to solibSimon Marchi1-0/+2
2024-07-15Fix loading a saved recordingHannes Domani2-0/+3
2024-07-07Bump GDB's version number to 15.1.90.DATE-git.Joel Brobecker2-2/+2
2024-07-07Set GDB version number to 15.1.gdb-15.1-releaseJoel Brobecker1-1/+1
2024-07-05Fix cast types for openclHannes Domani1-3/+5
2024-07-05Fix 64-bit shifts where long only has 32-bit sizeHannes Domani2-4/+16
2024-07-05Fix too-large or negative right shift of negative numbersHannes Domani2-1/+16
2024-07-05Fix right shift of negative numbersHannes Domani2-2/+4
2024-07-05Restore bitshift.exp testsHannes Domani1-1/+1
2024-06-24Fix gdb.lookup_type for function-local typesHannes Domani3-2/+13
2024-06-24Include needed unordered_map headerMartin Simmons1-0/+1
2024-06-21[gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm,ppc64le}-linuxPedro Alves5-24/+49
2024-06-20[gdb/python] Fix gdb.python/py-disasm.exp on arm-linuxTom de Vries3-7/+9
2024-06-12fix division by zero in target_read_string()Kilian Kilger1-1/+1
2024-06-12Fix printing strings on macOS SonomaCiaran Woodward1-2/+13
2024-06-08gdb: Avoid compilation warning in gcore.c.Eli Zaretskii1-1/+1
2024-06-07gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.expThiago Jung Bauermann2-0/+145
2024-06-07gdb/aarch64: Add record support for MOPS instructions.Thiago Jung Bauermann3-0/+333
2024-06-07gdb/aarch64: Disable displaced single-step for MOPS instructionsThiago Jung Bauermann4-3/+275
2024-06-06gdb/doc: use POD2MAN5 when appropriateAndrew Burgess1-1/+1
2024-06-01Bump GDB's version number to 15.0.91.DATE-git.Joel Brobecker1-1/+1
2024-06-01Set GDB version number to 15.0.91.Joel Brobecker1-1/+1
2024-05-29gdb/doc: don't have .pod targets separate to man page targetsAndrew Burgess1-6/+19
2024-05-26Set GDB version number to 15.0.90.Joel Brobecker1-1/+1
2024-05-26gdb/NEWS: Replace "Chagnes since GDB 14" to "Changes in GDB 15"Joel Brobecker1-1/+1
2024-05-26Bump version to 15.0.90.DATE-git.Joel Brobecker1-1/+1
2024-05-24[gdb/testsuite] Add PR26286 kfail in gdb.threads/attach-many-short-lived-thre...Tom de Vries1-1/+24
2024-05-23gdb, testsuite: Fix return value in gdb.base/foll-fork.expFelix Willgerodt1-1/+1
2024-05-23gdb/testsuite: Restore libc_has_debug_info's less strict behaviourThiago Jung Bauermann1-11/+10
2024-05-22Default dwarf_synchronous to trueTom Tromey1-1/+1
2024-05-21Clarify documentation for pretty_printer.childTom Tromey1-2/+3
2024-05-20gdb: Fix Windows build after #include shuffleKévin Le Gouguec1-0/+1
2024-05-20[gdb/testsuite] Fix can_spawn_for_attach_1 consistency checkTom de Vries1-0/+7
2024-05-18Remove unnecessary block from execute_fn_to_ui_fileTom Tromey1-14/+12
2024-05-17Remove gdb_stdtargerrTom Tromey12-21/+3
2024-05-17Don't allow new-ui to start the TUITom Tromey7-5/+25
2024-05-17Inline some ui_out methodsTom Tromey2-50/+10
2024-05-17gdb/symtab: use symbol name matcher for all segments in a qualified nameDmitry Neverov1-10/+25
2024-05-17gdb/symtab: compute match_type outside the loopDmitry Neverov1-2/+3
2024-05-17gdb/symtab: reuse last segment lookup name info by creating it outside the loopDmitry Neverov1-3/+3