aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-04-17[gdb/testsuite] Fix gdbserver pid in gdb.server/server-kill-python.expTom de Vries1-16/+21
2024-04-17[gdb/testsuite] Simplify gdb.server/server-kill-python.expTom de Vries1-3/+5
2024-04-16[gdb/testsuite] Add gdb.dwarf2/backward-spec-inter-cu.expTom de Vries1-0/+103
2024-04-16[gdb/testsuite] Add gdb.dwarf2/forward-spec-inter-cu.expTom de Vries1-0/+103
2024-04-16Correctly handle DIE parent computationsTom Tromey4-50/+80
2024-04-16Introduce class parent_map for DIE range mapTom Tromey3-31/+154
2024-04-16Add move operators for addrmapTom Tromey2-6/+25
2024-04-16Change handling of DW_TAG_enumeration_type in DWARF scannerTom Tromey1-9/+7
2024-04-16[gdb/symtab] Refactor condition in scan_attributesTom de Vries1-8/+10
2024-04-16gdb/make-target-delegates.py: don't handle "void" in parse_argtypesSimon Marchi1-1/+2
2024-04-16Remove excess whitespace from doc strings of some commandsEli Zaretskii4-10/+10
2024-04-16[gdb/python] Throw MemoryError in inferior.read_memory if malloc failsTom de Vries4-3/+28
2024-04-15Fix crash in gdb_rl_callback_handlerTom Tromey1-4/+7
2024-04-15Remove 'copy_names' parameter from add_using_directiveTom Tromey4-32/+13
2024-04-15gdb: Add Felix Willgerodt as the x86 architecture maintainerJohn Baldwin1-0/+2
2024-04-15Change printf attribute to fix clang buildTom Tromey1-2/+2
2024-04-15Avoid complaint warning on mingwTom Tromey5-29/+27
2024-04-15Strip trailing newlines from input stringTom Tromey2-0/+53
2024-04-12Fix setting watchpoints when current thread is runningPedro Alves3-4/+192
2024-04-12New testcase gdb.threads/leader-exit-attach.exp (PR threads/8153)Pedro Alves1-0/+87
2024-04-12Cygwin/testsuite: Avoid infinite hangPedro Alves1-1/+1
2024-04-12gdb/data-directory: silence output from mkinstalldirs scriptAndrew Burgess1-1/+1
2024-04-11[gdb/testsuite] Fix gdb.threads/access-mem-running-thread-exit.exp with clangTom de Vries1-0/+2
2024-04-11gdb: fix format in remote.cTankut Baris Aktemur1-3/+3
2024-04-10gdb, gdbserver: Add missing install-dvi Makefile targetChristophe Lyon4-4/+20
2024-04-09Rewrite gdb_bfd_error_handlerTom Tromey1-15/+24
2024-04-08remote.c: Make packet_ok return struct packet_resultAlexandra Hájková1-103/+96
2024-04-08remote.c: Use packet_check_resultAlexandra Hájková1-35/+46
2024-04-08gdb/configure: realign the AC_ARG_ENABLE(sim, ....) blockAndrew Burgess2-16/+16
2024-04-08gdb/build: apply silent-rules.mk to the data-directory Makefile.inAndrew Burgess2-17/+27
2024-04-08gdb/configure: use AC_MSG_NOTICE not a direct echo callAndrew Burgess2-4/+6
2024-04-08gdb/Makefile: Print 'GEN' message, and pass SILENT_FLAG moreAndrew Burgess1-8/+8
2024-04-08gdb/Makefile: add some missing config.status dependenciesAndrew Burgess1-4/+4
2024-04-08gdb/Makefile: rewrite dependencies for config.status targetAndrew Burgess1-1/+12
2024-04-08gdb/Makefile: add gcore to the 'all' target dependency listAndrew Burgess1-1/+1
2024-04-07gdb: ignore -Wregister instead of -Wdeprecated-registerSimon Marchi1-6/+4
2024-04-04Add flake8 and isort to .pre-commit-config.yamlTom Tromey1-1/+2
2024-04-04Fix a test failure in gdb.threads/stepi-over-clone.expBernd Edlinger1-0/+4
2024-04-03Revert "gdb/compile: Use std::filesystem::remove_all in cleanup"Lancelot SIX1-7/+9
2024-04-03doc: add the missing 'handle' attribute in xmlTankut Baris Aktemur1-1/+1
2024-04-03gdb/compile: Use std::filesystem::remove_all in cleanupLancelot SIX1-9/+7
2024-04-03gdb: ensure has dwarf info before reading DWZ fileLancelot SIX2-21/+28
2024-04-02libiberty: Invoke D demangler when --format=autoTom Tromey1-3/+1
2024-04-02Print type name when printing Rust sliceTom Tromey3-2/+13
2024-04-02Constify ada-lex.l:attributesTom Tromey1-1/+1
2024-04-02Remove "numbuf" globalTom Tromey1-3/+8
2024-04-02Move "returned_complete" into ada_parse_stateTom Tromey2-10/+9
2024-04-02Move "paren_depth" into ada_parse_stateTom Tromey2-8/+7
2024-04-02Move "temp_parse_space" into ada_parse_stateTom Tromey2-20/+15
2024-04-02Move "iterated_associations" into ada_parse_stateTom Tromey1-13/+12