[PATCH v2] gdb, include: replace pragmas with DIAGNOSTIC macros, fix build with g++ 4.8
2021-12-02 13:18 UTC (3+ messages)
[PATCH] [gdb/testsuite] Add gdb.base/include-main.exp
2021-12-02 12:59 UTC (11+ messages)
` [committed][gdb/testsuite] Fix FAIL in gdb.base/list-missing-source.exp
[PATCH v2 00/13] FreeBSD target async mode and related refactoring
2021-12-02 11:19 UTC (22+ messages)
` [PATCH v2 04/13] linux-nat: Don't enable async mode at the end of linux_nat_target::resume
` [PATCH v2 06/13] inf-ptrace: Raise an internal_error if waitpid() fails
` [PATCH v2 11/13] fbsd-nat: Return NULL rather than failing thread_alive
` [PATCH v2 12/13] Enable async mode in the target in attach_cmd
[PATCH] gdb/remote: use scoped_restore to control starting_up flag
2021-12-02 11:12 UTC (5+ messages)
gdb: Implement the init_reg dwarf2_frame_ops for amd64
2021-12-02 10:07 UTC (5+ messages)
[PATCH v2 0/4] gdb, btrace: infrun fixes
2021-12-02 7:23 UTC (5+ messages)
` [PATCH v2 1/4] gdb, infrun, btrace: fix reverse/replay stepping at end of execution history
` [PATCH v2 2/4] gdb, infrun, record: fix hang when step-over fails with no-history
` [PATCH v2 3/4] gdb, infrun, record: move no-history notification into normal_stop
` [PATCH v2 4/4] gdb, infrun: fix multi-threaded reverse stepping
[PATCH v2 0/7] gdb, thread-iter: handle null_ptid
2021-12-02 7:15 UTC (8+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] gdb, btrace: rename record_btrace_enable_warn()
` [PATCH v2 3/7] gdb, ptid: add is_lwp() and is_lwp_or_pid()
` [PATCH v2 4/7] gdb, btrace: check inferior_ptid in record_btrace_target::xfer_partial()
` [PATCH v2 5/7] gdb, btrace: switch threads in remote_btrace_maybe_reopen()
` [PATCH v2 6/7] gdb, gdbserver: update thread identifier in enable_btrace target method
` [PATCH v2 7/7] gdb, remote, btrace: move switch_to_thread call right before xfer call
[PATCH 1/2] gdb: replace pragmas with DIAGNOSTIC macros
2021-12-02 2:45 UTC (6+ messages)
` [PATCH 2/2] include, gdb: fix -Wswitch build errors with gcc 4.8
[PATCH] gdb: small "maintenance info line-table" readability improvements
2021-12-02 1:40 UTC
[PATCH 1/2] gdb: return *this in target_waitstatus setters
2021-12-02 1:40 UTC (2+ messages)
` [PATCH 2/2] gdb: change store_waitstatus to return a target_waitstatus by value
[PATCH 0/6] Handle split functions in call site chains
2021-12-01 22:04 UTC (7+ messages)
` [PATCH 1/6] Change call_site_target to use custom type and enum
` [PATCH 2/6] Make call_site_target members private
` [PATCH 3/6] Constify chain_candidate
` [PATCH 4/6] Change call_site_find_chain_1 to work recursively
` [PATCH 5/6] Change call_site_target to iterate over addresses
` [PATCH 6/6] Handle multiple addresses in call_site_target
[PATCH 1/3] gdbserver: introduce scoped_restore_current_thread and switch_to_thread
2021-12-01 17:49 UTC (3+ messages)
` [PATCH 2/3] gdbserver: replace direct assignments to current_thread
` [PATCH 3/3] gdbserver/linux-low: replace direct assignment "
[PATCH 0/3] gdbserver: avoid direct assignments to current_thread
2021-12-01 17:49 UTC
[PATCH v3 1/3] gdbsupport: add array_view copy function
2021-12-01 16:49 UTC (3+ messages)
` [PATCH v3 2/3] gdb: make extract_integer take an array_view
` [PATCH v3 3/3] gdb: trivial changes to use array_view
[PATCH 1/3] gdb: use intrusive_list for cmd_list_element aliases list
2021-12-01 16:41 UTC (3+ messages)
` [PATCH 2/3] gdb: change some alias functions parameters to const-reference
` [PATCH 3/3] gdb: don't show deprecated aliases
[PATCH] [PR gdb/27026] CTRL-C is ignored when debug info is downloaded
2021-12-01 16:27 UTC (4+ messages)
MIPS patch for crash during elf load
2021-12-01 16:08 UTC (7+ messages)
[PATCH 1/6] gdb: add getter/setter for compunit_symtab::objfile
2021-12-01 15:47 UTC (6+ messages)
` [PATCH 2/6] gdb: remove COMPUNIT_OBJFILE macro
` [PATCH 3/6] gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetab
` [PATCH 4/6] gdb: add compunit_symtab::add_filetab method
` [PATCH 5/6] gdb: add compunit_symtab::set_primary_filetab method
` [PATCH 6/6] gdb: move compunit_filetabs to compunit_symtab::filetabs
[PATCH 0/3] Suppressing CLI notifications
2021-12-01 15:08 UTC (4+ messages)
` [PATCH 1/3] gdb/cli: convert cli_suppress_notification from int to bool
` [PATCH 2/3] gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
` [PATCH 3/3] gdb: add the 'set/show suppress-notification-cli' command
[PATCH v3 0/7] Fix handling of pending fork events
2021-12-01 14:45 UTC (8+ messages)
` [PATCH v3 1/7] gdbserver: hide fork child threads from GDB
` [PATCH v3 2/7] gdb/linux-nat: factor ptrace-detach code to new detach_one_pid function
` [PATCH v3 3/7] gdbserver: suppress "Detaching from process" message
` [PATCH v3 4/7] gdb/remote.c: move some things up
` [PATCH v3 5/7] gdb/remote.c: refactor pending fork status functions
` [PATCH v3 6/7] gdb: move clearing of tp->pending_follow to follow_fork_inferior
` [PATCH v3 7/7] gdb, gdbserver: detach fork child when detaching from fork parent
[PATCH 1/2] ppc: use 'trap' ('tw, 31, 0, 0', 0x7fe00008) as breakpoint instruction
2021-12-01 14:30 UTC (13+ messages)
` [PATCH v2 0/2] ppc: recognize all program traps
` [PATCH v2 1/2] ppc: use 'trap' ('tw, 31, 0, 0', 0x7fe00008) as breakpoint instruction
` [PATCH v2 2/2] ppc: recognize all program traps
` [PATCH v3 0/2] "
` [PATCH v3 1/2] ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
` [PATCH v3 2/2] ppc: recognize all program traps
[PATCH] gdb: Powerpc fix gdb.multi/multi-arch-exec.exp test
2021-12-01 14:25 UTC (4+ messages)
` [PING] "
` [committed][gdb/testsuite] Fix typo in gdb.multi/multi-arch-exec.exp
[PATCHv2 0/6] Improve 'maint set target-async off' for remote targets
2021-12-01 10:40 UTC (4+ messages)
` [PATCHv3 0/2] "
` [PATCHv3 1/2] gdb/remote: some fixes for 'maint set target-async off'
` [PATCHv3 2/2] gdb: add assert in remote_target::wait relating to async being off
[pushed] gdb.base/corefile-buildid.exp: fix DUPLICATEs when failing to generate a core file
2021-12-01 2:06 UTC
[PATCH] [gdb/testsuite] Fix gdb.arch/i386-pkru.exp on linux
2021-11-30 21:56 UTC (2+ messages)
[PATCH] gdbserver/tracepoint.cc: work around -Wstringop-truncation error
2021-11-30 19:26 UTC
[PATCH 0/3] Refactor find_file_and_directory
2021-11-30 17:44 UTC (6+ messages)
` [PATCH 1/3] Remove Irix case from find_file_and_directory
` [PATCH 2/3] Move file_and_directory to new file and C++-ize
` [PATCH 3/3] Cache the result of find_file_and_directory
[PATCH] gdb/python: don't use the 'p' format for parsing args
2021-11-30 15:46 UTC (5+ messages)
` [PATCHv2] "
[PATCH] gdb/testsuite: check the python module is available before using it
2021-11-30 14:56 UTC (3+ messages)
[pushed] [gdb/testsuite] Fix gdb.base/style.exp with stub-termcap
2021-11-30 14:36 UTC
[PATCH] gdb: split array and string limiting options
2021-11-30 13:15 UTC (2+ messages)
` [PING^5][PATCH] "
[RFC] gdb: introduce limited array lengths while printing values
2021-11-30 13:14 UTC (2+ messages)
` [PING^5][RFC] "
[PATCH 0/2] Further disassembler error handling changes
2021-11-30 12:21 UTC (6+ messages)
` [PATCH 1/2] gdb: fix disassembler regressions for 32-bit arm
[PATCHv5 0/4] Python API for target connections, and packet sending
2021-11-30 12:15 UTC (6+ messages)
` [PATCHv6 0/3] "
` [PATCHv6 3/3] gdb/python: add gdb.RemoteTargetConnection.send_packet
[PATCH] [gdb/tdep] Fix avx512 -m32 support in gdbserver
2021-11-30 9:11 UTC
[PATCH] gdb: Add PowerPC support to gdb.dwarf2/frame-inlined-in-outer-frame.exp
2021-11-29 23:22 UTC (2+ messages)
[PATCH 1/2] gdbserver: hide fork child threads from GDB
2021-11-29 18:27 UTC (9+ messages)
` [PATCH 0/3] Fix handling of pending fork events
` [PATCH 1/3] gdbserver: hide fork child threads from GDB
` [PATCH 3/3] gdb, gdbserver: detach fork child when detaching from fork parent
[PATCH] Allow DW_ATE_UTF for Rust characters
2021-11-29 18:04 UTC (3+ messages)
[PATCH] gdb fix for catch-syscall.exp
2021-11-29 16:46 UTC (8+ messages)
[PATCH] gdb: work around negative DW_AT_data_member_location GCC 11 bug
2021-11-29 15:37 UTC
[PATCH 1/2] [gdb/symtab] Fix segfault in search_one_symtab
2021-11-29 15:22 UTC (5+ messages)
[pushed 1/3] [gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp with -m32
2021-11-29 8:55 UTC (3+ messages)
` [pushed 2/3] [gdb/testsuite] Use unique files in gdb.dwarf2/dw2-lines.exp
` [pushed 3/3] [gdb/testsuite] Fix typo in proc lines
[PATCH] sim: frv: split up testsuite a bit
2021-11-29 7:02 UTC
[PATCH] sim: add checks to core headers to prevent incorrect common building
2021-11-28 19:28 UTC
[PATCH] sim: unify syscall.o building
2021-11-28 19:07 UTC
[PATCH 1/9] sim: nltvals: pull target syscalls out into a dedicated source file
2021-11-28 8:43 UTC (9+ messages)
` [PATCH 2/9] sim: iq2000/lm32/m32c/moxie/rx: switch to new target-newlib-syscall.h
` [PATCH 3/9] sim: v850: switch to new target-newlib-syscall
` [PATCH 4/9] sim: sh: "
` [PATCH 5/9] sim: d10v: "
` [PATCH 6/9] sim: cr16: "
` [PATCH 7/9] sim: riscv: "
` [PATCH 8/9] sim: mcore: "
` [PATCH 9/9] sim: drop unused gentmap & nltvals.def logic
[PATCH] sim: frv: resolve syscalls dynamically
2021-11-28 6:24 UTC
[PATCH] sim: mn10300: resolve syscalls dynamically
2021-11-28 6:05 UTC
[PATCH] sim: nltvals: drop i960
2021-11-28 5:57 UTC
[PATCH] sim: moxie: fix datadir handling
2021-11-28 5:56 UTC
[pushed] gdb: fix typos in configure
2021-11-28 0:35 UTC (4+ messages)
[PATCH 1/2] gdb: improve quit command with an alias called exit
2021-11-27 20:40 UTC (4+ messages)
` [PING] "
` any issue with adding new command (alias) "exit"? "
[PATCH] sim: hw: mark hw_descriptors const
2021-11-27 17:18 UTC
[PATCH 1/5] sim: testsuite: setup per-port toolchain settings for multitarget build
2021-11-27 8:23 UTC (5+ messages)
` [PATCH 2/5] sim: testsuite: expand arch specific toolchain settings
` [PATCH 3/5] sim: testsuite: support parallel execution
` [PATCH 4/5] sim: testsuite: drop most specific istarget checks
` [PATCH 5/5] sim: frv: split up testsuite a bit
[PATCH] sim: testsuite: add dedicated flag for init toolchain tests
2021-11-27 8:18 UTC
[PATCH] sim: testsuite: clean up arch specific toolchain settings
2021-11-27 7:56 UTC
[PING*4] [PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
2021-11-27 7:56 UTC (2+ messages)
GDB 11.2 ("re-spin") update (2021-11-27)
2021-11-27 7:15 UTC
[PATCH] sim: cris: always search for local rvdummy tool
2021-11-27 6:26 UTC
[PATCH v2] gdb: testsuite: show print array-indexes after set in arrayidx.exp
2021-11-27 6:24 UTC (2+ messages)
[PATCH] sim: testsuite: fix bits-gen EXEEXT handling
2021-11-27 1:49 UTC
[PATCH] sim: testsuite: initial support for OS-specific tests
2021-11-27 1:31 UTC
[PATCH] sim: testsuite: unify basic C compiler checks
2021-11-27 1:28 UTC
[PATCH v3 00/14] FreeBSD target async mode and related refactoring
2021-11-27 1:14 UTC (15+ messages)
` [PATCH v3 01/14] gdbsupport: Add an event-pipe class
` [PATCH v3 02/14] gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class
` [PATCH v3 03/14] gdbserver linux-low: Convert linux_event_pipe "
` [PATCH v3 04/14] linux-nat: Don't enable async mode at the end of linux_nat_target::resume
` [PATCH v3 05/14] record: Don't enable async mode at the end of resume target methods
` [PATCH v3 06/14] do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async
` [PATCH v3 07/14] inf-ptrace: Raise an error if waitpid() fails
` [PATCH v3 08/14] inf-ptrace: Support async targets in inf_ptrace_target::wait
` [PATCH v3 09/14] fbsd-nat: Implement async target support
` [PATCH v3 10/14] fbsd-nat: Include ptrace operation in error messages
` [PATCH v3 11/14] fbsd-nat: Various cleanups to the ::resume entry debug message
` [PATCH v3 12/14] fbsd-nat: Return nullptr rather than failing ::thread_name
` [PATCH v3 13/14] Enable async mode in the target in attach_cmd
` [PATCH v3 14/14] inf-ptrace: Add an event_pipe to be used for async mode in subclasses
[PATCH] sim: testsuite: rework sim_init usage
2021-11-27 0:48 UTC
[PATCH] sim: cris: fix testsuite hang when sim is missing
2021-11-27 0:38 UTC
[PATCH] sim: testsuite: fix objdir handling
2021-11-27 0:29 UTC
[PATCH] sim: testsuite: rename global_sim_options to SIMFLAGS_FOR_TARGET
2021-11-27 0:26 UTC
[PATCH] sim: testsuite: replace global_ld_options with LDFLAGS_FOR_TARGET
2021-11-27 0:15 UTC
[PATCH 00/12] Remove DUPLICATEs warnings
2021-11-26 23:00 UTC (10+ messages)
` [PATCH 04/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-catch-load.exp
` [PATCH 05/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-var-child.exp
` [PATCH 06/12] gdb/testsuite: Remove duplicates from gdb.mi/mi2-var-child.exp
` [PATCH 07/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop.exp
` [PATCH 08/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop-exit.exp
` [PATCH 09/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-var-rtti.exp
` [PATCH 10/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-language.exp
` [PATCH 11/12] gdb/testsuite: Remove duplicates from gdb.mi/mi2-amd64-entry-value.exp
` [PATCH 12/12] gdb/testsuite: Remove duplicates from gdb.threads/staticthreads.ex
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox