[PATCH 1/3] gdbserver: introduce scoped_restore_current_thread and switch_to_thread
2021-12-03 17:01 UTC (5+ messages)
` [PATCH 2/3] gdbserver: replace direct assignments to current_thread
` [PATCH 3/3] gdbserver/linux-low: replace direct assignment "
[PATCH 0/3] Refactor target_ops::post_startup_inferior
2021-12-03 16:39 UTC (6+ messages)
` [PATCH 1/3] gdb: have mips_nbsd_nat_target inherit from nbsd_nat_target
` [PATCH 2/3] gdb: rename gdb_startup_inferior to inf_child_target::startup_inferior
` [PATCH 3/3] gdb: make post_startup_inferior a virtual method on inf_ptrace_target
[PATCHv2 0/5] refactoring towards Python MI command API
2021-12-03 16:30 UTC (6+ messages)
` [PATCHv2 1/5] gdb/mi: rename mi_lookup to mi_cmd_lookup
` [PATCHv2 2/5] gdb/mi: use std::map for MI commands in mi-cmds.c
` [PATCHv2 3/5] gdb/mi: int to bool conversion in mi_execute_cli_command
` [PATCHv2 4/5] gdb/mi: use separate classes for different types of MI command
` [PATCHv2 5/5] gdb/mi: rename mi_cmd to mi_command
gdb: Implement the init_reg dwarf2_frame_ops for amd64
2021-12-03 16:29 UTC (9+ messages)
[PATCH 1/3] gdb: use intrusive_list for cmd_list_element aliases list
2021-12-03 16:16 UTC (6+ messages)
` [PATCH 2/3] gdb: change some alias functions parameters to const-reference
` [PATCH 3/3] gdb: don't show deprecated aliases
[PATCH 0/2] Add new gdb.Type.signedness attribute
2021-12-03 16:06 UTC (3+ messages)
` [PATCH 1/2] gdb: use ARRAY_SIZE for iterating over an array
` [PATCH 2/2] gdb/python: add Type.signedness attribute
[RFC] libopcodes based disassembler syntax highlighting
2021-12-03 16:03 UTC
[PATCH v3 1/3] gdbsupport: add array_view copy function
2021-12-03 14:10 UTC (6+ 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] gdb: make use of SCOPE_EXIT to manage thread executing state
2021-12-03 13:51 UTC
[PATCH 1/2] gdb: return *this in target_waitstatus setters
2021-12-03 13:35 UTC (6+ messages)
` [PATCH 2/2] gdb: change store_waitstatus to return a target_waitstatus by value
[PATCH] gdb: make saved_filename an std::string
2021-12-03 13:24 UTC (3+ messages)
[PATCH 0/2] Array indexing, lazy values, and C-like languages
2021-12-03 11:11 UTC (6+ messages)
` [PATCH 1/2] gdb: make value_subscripted_rvalue static
` [PATCH 2/2] gdb: improve reuse of value contents when fetching array elements
` Ping: "
[PATCH 0/2] Changes to gdb.Value.__init__
2021-12-03 10:52 UTC (3+ messages)
` [PATCHv2] "
` Ping: "
[PATCH 0/2] Further disassembler error handling changes
2021-12-03 10:50 UTC (10+ messages)
` [PATCH 1/2] gdb: fix disassembler regressions for 32-bit arm
` [PATCH 2/2] gdb: use SCOPE_EXIT to write out disassembler instructions
` Ping: "
[PATCH v2 00/13] FreeBSD target async mode and related refactoring
2021-12-03 10:43 UTC (24+ 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-03 10:35 UTC (7+ messages)
[PUSHED] gdb/testsuite: give a test a real name
2021-12-03 10:05 UTC
gdb build broken in libctf with old makeinfo
2021-12-02 23:33 UTC
[pushed] gdb: remove unexpected xstrdup in _initialize_maint_test_settings
2021-12-02 19:15 UTC
[PATCH] gdbsupport: fix memory leak in create_file_handler when re-using file handler
2021-12-02 19:10 UTC (3+ messages)
[PATCH] New --enable-threading configure option to control use of threads in GDB/GDBserver
2021-12-02 19:06 UTC
[PATCH] [gdb/tdep] Fix avx512 -m32 support in gdbserver
2021-12-02 17:18 UTC (5+ messages)
[PATCH] gdb: small "maintenance info line-table" readability improvements
2021-12-02 17:15 UTC (2+ messages)
[PATCH v2] gdb: use actual DWARF version in compunit's debugformat field
2021-12-02 16:56 UTC (6+ messages)
` [PATCH v3] "
` [PATCH] gdb/testsuite: update tests looking for "DWARF 2" debug format
[PATCH] gdb fix for catch-syscall.exp
2021-12-02 16:32 UTC (9+ messages)
` Ping "
[PATCH 0/4] Fixed-point ABI fixes
2021-12-02 16:07 UTC (2+ messages)
[PATCH 0/2] Two Ada task improvements
2021-12-02 15:57 UTC (2+ messages)
[PATCH v2] gdb, include: replace pragmas with DIAGNOSTIC macros, fix build with g++ 4.8
2021-12-02 13:24 UTC (5+ messages)
[PATCH] [gdb/testsuite] Add gdb.base/include-main.exp
2021-12-02 12:59 UTC (6+ 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 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 0/3] gdbserver: avoid direct assignments to current_thread
2021-12-01 17:49 UTC
[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 (12+ 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] "
[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: 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: 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 (3+ messages)
` [PATCH 8/9] sim: mcore: switch to new target-newlib-syscall
` [PATCH 9/9] sim: drop unused gentmap & nltvals.def logic
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