aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-06-14gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directoryAndrew Burgess6-32/+56
2024-06-14gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definitionAndrew Burgess1-20/+0
2024-06-13Add gdbpy_call_method overloads for gdbpy_ref<>Tom Tromey2-5/+14
2024-06-13Return gdbpy_ref<> from gdbpy_call_methodTom Tromey6-29/+29
2024-06-13[gdb/testsuite] Add gdb.base/fission-macro.expTom de Vries3-0/+129
2024-06-13[gdb/testsuite] Fix kfail number in gdb.base/watchpoint-running.expTom de Vries1-1/+1
2024-06-12Remove LS_TOKEN_STOKEN macroTom Tromey1-35/+33
2024-06-12Remove LS_TOKEN_KEYWORD macroTom Tromey1-3/+2
2024-06-12Remove PARSER_STREAM macroTom Tromey1-88/+87
2024-06-12Remove PARSER_EXPLICIT macroTom Tromey1-33/+30
2024-06-12Remove PARSER_RESULT macroTom Tromey1-31/+25
2024-06-12Remove PARSER_STATE macroTom Tromey1-27/+25
2024-06-12[gdb/testsuite] Fix error in gdb.server/server-kill-python.expTom de Vries1-0/+6
2024-06-12[gdb/python] Add typesafe wrapper around PyObject_CallMethodTom Tromey6-37/+79
2024-06-12Allow calling of user-defined function call operatorsHannes Domani3-3/+63
2024-06-12Add "error_message+" feature to qSupportedAlexandra Hájková2-34/+75
2024-06-11gdb: convert separate-debug-file to new(ish) debug schemeAndrew Burgess3-54/+48
2024-06-11gdb: warn of slow remote file reading only after a successful openAndrew Burgess3-17/+160
2024-06-11gdb: avoid duplicate search in build_id_to_bfd_suffixAndrew Burgess1-2/+8
2024-06-11gdb/fileio: fix errno for packets where an attachment is expectedAndrew Burgess1-0/+3
2024-06-11Fix cast types for openclHannes Domani1-3/+5
2024-06-11Fix 64-bit shifts where long only has 32-bit sizeHannes Domani2-4/+16
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