aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-02Move "assignments" global into ada_parse_stateTom Tromey1-13/+12
2024-04-02Move "components" and "associations" into ada_parse_stateTom Tromey1-17/+15
2024-04-02Move "int_storage" global into ada_parse_stateTom Tromey2-8/+12
2024-04-02Introduce ada_parse_stateTom Tromey1-17/+34
2024-04-02Implement Ada 2022 iterated assignmentTom Tromey8-5/+284
2024-04-02Introduce and use aggregate_assigner typeTom Tromey2-127/+114
2024-04-02Run isortTom Tromey74-123/+143
2024-04-02Prepare gdb for isortTom Tromey3-0/+8
2024-04-02Do not use bare "except"Tom Tromey2-4/+4
2024-04-02Suppress some "undefined" warnings from flake8Tom Tromey1-8/+9
2024-04-02Specify ImportError in styling.pyTom Tromey1-1/+1
2024-04-02Suppress star import errorsTom Tromey2-3/+5
2024-04-02Remove bare "except" from disassembler.pyTom Tromey1-14/+7
2024-04-02Remove unused import from gdb/__init__.pyTom Tromey1-1/+0
2024-04-02Ignore unsed import in dap/__init__.pyTom Tromey1-15/+17
2024-04-02Fix flake8 errors in dap/server.pyTom Tromey1-1/+2
2024-04-02Remove .flake8Tom Tromey2-3/+2