aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Remove fputs_styled_unfilteredTom Tromey3-21/+10
2022-03-29Change the pager to a ui_fileTom Tromey10-192/+230
2022-03-29Remove vfprintf_styled_no_gdbfmtTom Tromey3-28/+8
2022-03-29Add style-escape methods to ui_fileTom Tromey2-0/+43
2022-03-29Add puts_unfiltered method to ui_fileTom Tromey2-1/+17
2022-03-29Only have one API for unfiltered outputTom Tromey4-27/+3
2022-03-29Remove some uses of printf_unfilteredTom Tromey16-74/+74
2022-03-29Use unfiltered output in annotate.cTom Tromey1-74/+74
2022-03-29gdb/remote: use current_inferior in read_ptid if multi-process not supportedTankut Baris Aktemur3-4/+127
2022-03-29gdb/testsuite: fix test failure when building against readline v7Andrew Burgess1-1/+1
2022-03-29gdb/testsuite: fix copy & paste error in gdb.python/py-format-address.expAndrew Burgess1-3/+4
2022-03-29gdb/mi: fix use after free of frame_info causing spurious notificationsAndrew Burgess1-10/+34
2022-03-28Add Rust parser check for end of expressionTom Tromey2-1/+7
2022-03-28Switch gdb_stdlog to use timestamped_fileTom Tromey4-33/+13
2022-03-28Add new timestamped_file classTom Tromey4-1/+57
2022-03-28Use unique_ptr in CLI logging codeTom Tromey1-26/+17
2022-03-28Simplify the CLI set_logging logicTom Tromey1-16/+4
2022-03-28Handle multiple addresses in call_site_targetTom Tromey3-0/+62
2022-03-28Change call_site_target to iterate over addressesTom Tromey2-63/+105
2022-03-28Change call_site_find_chain_1 to work recursivelyTom Tromey2-74/+64
2022-03-28Constify chain_candidateTom Tromey1-8/+8
2022-03-28Make call_site_target members privateTom Tromey2-37/+33
2022-03-28Change call_site_target to use custom type and enumTom Tromey2-13/+31
2022-03-26Remove an unused declaration from value.hTom Tromey1-4/+0
2022-03-24Remove download size from debuginfod progress messages if unavailableAaron Merey1-18/+26
2022-03-24gdb/testsuite: remove gdb.python/pretty-print-call-by-hand.expSimon Marchi3-225/+0
2022-03-23gdb/testsuite: address test failures in gdb.mi/mi-multi-commands.expAndrew Burgess1-2/+5
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi25-116/+93
2022-03-23gdb/python: remove Python 2 supportSimon Marchi28-502/+61
2022-03-23Update the list of recognized m-profile TAG_CPU_ARCH_*Luis Machado1-0/+3
2022-03-23gdb: testsuite: use gdb_attach to fix jit-elf.expTiezhu Yang1-8/+16
2022-03-23gdb: testsuite: use gdb_attach to fix attach-pie-noexec.expTiezhu Yang1-1/+4
2022-03-23gdb: testsuite: add new gdb_attach to check "attach" commandTiezhu Yang1-0/+26
2022-03-23gdb: testsuite: remove attach test from can_spawn_for_attachTiezhu Yang1-43/+9
2022-03-22Add support for hardware breakpoints/watchpoints on FreeBSD/Aarch64.John Baldwin3-2/+263
2022-03-22fbsd-nat: Add a low_prepare_to_resume virtual method.John Baldwin2-2/+11
2022-03-22fbsd-nat: Add a low_delete_thread virtual method.John Baldwin2-0/+5
2022-03-22fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.John Baldwin2-0/+20
2022-03-22aarch64: Add an aarch64_nat_target mixin class.John Baldwin4-351/+418
2022-03-22nat: Split out platform-independent aarch64 debug register support.John Baldwin7-703/+778
2022-03-22x86-fbsd-nat: Copy debug register state on fork.John Baldwin3-2/+49
2022-03-22fbsd-nat: Add a low_new_fork virtual method.John Baldwin2-0/+8
2022-03-22Add an x86_fbsd_nat_target mixin class for FreeBSD x86 native targets.John Baldwin3-36/+38
2022-03-22x86-nat: Add x86_lookup_debug_reg_state.John Baldwin2-0/+17
2022-03-22x86-nat: Use an unordered_map to store per-pid debug reg state.John Baldwin1-80/+10
2022-03-22Remove USE_SIGTRAP_SIGINFO condition for FreeBSD/x86 debug regs support.John Baldwin2-4/+4
2022-03-22Remove two unused variablesTom Tromey2-2/+0
2022-03-22gdb/python: add gdb.format_address functionAndrew Burgess8-2/+423
2022-03-22Fix some stale header names from dwarf filesLuis Machado5-11/+11
2022-03-21gdb: Add missing #include in solib.hRoland McGrath1-1/+2