aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Fix too-large or negative right shift of negative numbersHannes Domani2-1/+16
2024-06-11Fix right shift of negative numbersHannes Domani2-2/+4
2024-06-11Restore bitshift.exp testsHannes Domani1-1/+1
2024-06-11fix division by zero in target_read_string()Kilian Kilger1-1/+1
2024-06-11Remove useless call to wnoutrefreshTom Tromey1-2/+0
2024-06-11Remove extract_long_unsigned_integerTom Tromey2-56/+0
2024-06-11Fix printing strings on macOS SonomaCiaran Woodward1-2/+13
2024-06-10Make global_symbol_searcher::filenames privateTom Tromey3-35/+26
2024-06-10[gdb/python] Fix GDB_PY_{LL,LLU}_ARG on platform without long longTom de Vries1-2/+2
2024-06-10[gdb/python] Fix gdb.python/py-disasm.exp on arm-linuxTom de Vries3-7/+9
2024-06-10[gdb/python] Note that python 3.6 assumes long long supportTom de Vries1-2/+13
2024-06-10gdb: re-add necessary includes in tui/tui-win.cSimon Marchi1-0/+2
2024-06-10[gdb/testsuite] Don't use set auto-solib-add offTom de Vries14-38/+9
2024-06-08Fix typo in warning in gdb/configureTom Tromey2-3/+3
2024-06-08gdb: Avoid compilation warning in gcore.c.Eli Zaretskii1-1/+1
2024-06-07gdb: remove get_exec_fileSimon Marchi11-31/+41
2024-06-07gdb: remove dead code in nto-procfs.cSimon Marchi1-8/+0
2024-06-07gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file...Simon Marchi13-26/+22
2024-06-07gdb: make progspace::exec_filename private, add getter / setterSimon Marchi7-29/+35
2024-06-07gdb/tui: cleanup includesSimon Marchi22-81/+5
2024-06-07gdb: add IWYU export pragams to gdb_curses.hSimon Marchi1-7/+7
2024-06-07gdb/tui: change some macros to functionsSimon Marchi17-72/+102
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-07[gdb/tdep] Fix ARM_LINUX_JB_PC_EABITom de Vries1-2/+16
2024-06-07[gdb/testsuite] Fix gdb.fortran/array-bounds.exp on armTom de Vries1-14/+31
2024-06-06gdb/doc: use POD2MAN5 when appropriateAndrew Burgess1-1/+1
2024-06-06DAP: Handle "stepOut" request in outermost frameJohan Sternerup2-2/+13
2024-06-06DAP: Allow gdb exception in exec_and_log to propagateJohan Sternerup2-5/+8
2024-06-06DAP: Allow for deferring stop events from gdb threadJohan Sternerup2-7/+51
2024-06-05gdb/testsuite: remove trailing \r from rust_llvm_version resultAndrew Burgess1-1/+2
2024-06-05gdb: more filename styling in remote.c and target.cAndrew Burgess2-9/+17
2024-06-04Return global scope from DAP scopes requestTom Tromey6-4/+115
2024-06-04Convert DAP disassemble code to use Block hashingTom Tromey1-4/+3
2024-06-04Memoize gdb.Block and make them hashableTom Tromey2-64/+83
2024-06-04Put "source" into DAP scopeTom Tromey2-1/+5
2024-06-04Remove a couple unnecessary castsTom Tromey1-2/+2
2024-06-04Make bcache more type-safeTom Tromey4-12/+33
2024-06-04Some constification in psymtabTom Tromey2-33/+30
2024-06-04Rely on std::uncaught_exceptionsTom Tromey1-7/+1
2024-06-04Add myself to gdb/MAINTAINERSDmitry Neverov1-0/+1
2024-06-04gdb/testsuite: tests for debug lookup within the sysrootAndrew Burgess2-0/+215
2024-06-04gdb/testsuite: make gdb_gnu_strip_debug consistentAndrew Burgess3-37/+25
2024-06-04gdb/Makefile.in: silence recipe for creating .deps/ directoriesAndrew Burgess1-1/+1
2024-06-03Remove one call to can_box from TUITom Tromey1-9/+3
2024-06-03Fix deprecation textTom Tromey1-1/+1
2024-06-03Enable call of overloaded subscript operator from pythonHannes Domani3-1/+12
2024-06-03Allow calling of convenience functions with pythonHannes Domani2-5/+24
2024-06-03[gdb/testsuite] Fix timeout in gdb.tui/resize-2.expTom de Vries1-3/+15