Toggle navigation
Patchwork
gdb
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Kamil Rytarowski
| State =
Action Required
| Archived =
No
| 154 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
Apply
«
1
2
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
Limit the switch_to_thread() calls in startup_inferior()
Limit the switch_to_thread() calls in startup_inferior()
0 0 0
2020-10-14
Kamil Rytarowski
New
Stop passing netbsd_process_target to local functions
Stop passing netbsd_process_target to local functions
0 0 0
2020-10-07
Kamil Rytarowski
New
Correct logical error in NetBSD's read_memory and write_memory
Correct logical error in NetBSD's read_memory and write_memory
0 0 0
2020-10-07
Kamil Rytarowski
New
Add common write_memory and read_memory NetBSD routines
Add common write_memory and read_memory NetBSD routines
0 0 0
2020-10-07
Kamil Rytarowski
New
Normalize names of the NetBSD files
Normalize names of the NetBSD files
0 0 0
2020-10-06
Kamil Rytarowski
New
[v2] Add NetBSD/aarch64 gdbserver support
[v2] Add NetBSD/aarch64 gdbserver support
0 0 0
2020-10-06
Kamil Rytarowski
New
Add NetBSD/aarch64 gdbserver support
Add NetBSD/aarch64 gdbserver support
0 0 0
2020-10-06
Kamil Rytarowski
Superseded
[10/10] Fix whitespace formatting
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[09/10] Include the functions of qxfer_libraries_svr4 in netbsd_process_target
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[08/10] Include netbsd_catch_this_syscall in the netbsd_process_target class
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[07/10] Include netbsd_store_waitstatus in the netbsd_process_target class
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[06/10] Include netbsd_waitpid in the netbsd_process_target class
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[05/10] Include netbsd_wait in the netbsd_process_target class
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[04/10] Include gdb_catching_syscalls_p in the netbsd_process_target class
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[03/10] Remove unneeded netbsd_add_process()
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[02/10] Include elf_64_file_p in the netbsd_process_target class
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
[01/10] Merge netbsd_ptrace_fun into the netbsd_process_target class
Refactor the NetBSD gdbserver support
0 0 0
2020-10-02
Kamil Rytarowski
New
Fix the i386 build
Fix the i386 build
0 0 0
2020-10-01
Kamil Rytarowski
New
[v2,5/5] Remove the old sanity check of sigcontext offsets for NetBSD/i386
Refine the NetBSD support
0 0 0
2020-10-01
Kamil Rytarowski
New
[v2,4/5] Add NetBSD/i386 gdbserver support
Refine the NetBSD support
0 0 0
2020-10-01
Kamil Rytarowski
New
[v2,3/5] Refactor the NetBSD amd64 gdbserver support
Refine the NetBSD support
0 0 0
2020-10-01
Kamil Rytarowski
New
[v2,2/5] Preinitialize the sockaddr_un variable to zero
Refine the NetBSD support
0 0 0
2020-10-01
Kamil Rytarowski
New
[v2,1/5] Include the x86-bsd-nat.h header and fix the NetBSD/i386 build
Refine the NetBSD support
0 0 0
2020-10-01
Kamil Rytarowski
New
[5/5] Remove the old sanity check of sigcontext offsets for NetBSD/i386
Refine the NetBSD support
0 0 0
2020-09-23
Kamil Rytarowski
Superseded
[4/5] Add NetBSD/i386 gdbserver support
Refine the NetBSD support
0 0 0
2020-09-23
Kamil Rytarowski
Superseded
[3/5] Refactor the NetBSD amd64 gdbserver support
Refine the NetBSD support
0 0 0
2020-09-23
Kamil Rytarowski
Superseded
[2/5] Preinitialize the sockaddr_un variable to zero
Refine the NetBSD support
0 0 0
2020-09-23
Kamil Rytarowski
New
[1/5] Include the x86-bsd-nat.h header and fix the NetBSD/i386 build
Refine the NetBSD support
0 0 0
2020-09-23
Kamil Rytarowski
New
[v4,10/10] Add minimal and functional NetBSD/amd64 gdbserver
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,09/10] Switch local native code to gdb/nat shared functions
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,08/10] Avoid double free in startup_inferior
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,07/10] Add a common utility function to read and write siginfo_t in inferior
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,06/10] Add netbsd_nat::enable_proc_events in gdb/nat
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,05/10] Add gdb/nat common functions for listing threads
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,04/10] Add netbsd_nat::pid_to_exec_file
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,03/10] Build nat/netbsd-nat.o for the NetBSD native target
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,02/10] Register a placeholder for NetBSD shared functions in gdb/nat
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v4,01/10] Add handle_eintr to wrap EINTR handling in syscalls
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
New
[v3,10/10] Add minimal and functional NetBSD/amd64 gdbserver
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,09/10] Switch local native code to gdb/nat shared functions
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,08/10] Avoid double free in startup_inferior
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,07/10] Add a common utility function to read and write siginfo_t in inferior
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,06/10] Add netbsd_nat::enable_proc_events in gdb/nat
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,05/10] Add gdb/nat common functions for listing threads
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,04/10] Add netbsd_nat::pid_to_exec_file
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,03/10] Build nat/netbsd-nat.o for the NetBSD native target
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,02/10] Register a placeholder for NetBSD shared functions in gdb/nat
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v3,01/10] Add handle_eintr to wrap EINTR handling in syscalls
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-08
Kamil Rytarowski
Superseded
[v2,10/10] Add minimal and functional NetBSD/amd64 gdbserver
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
New
[v2,09/10] Switch local native code to gdb/nat shared functions
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
Superseded
[v2,08/10] Avoid double free in startup_inferior
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
Superseded
[v2,07/10] Add a common utility function to read and write siginfo_t in inferior
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
New
[v2,06/10] Add netbsd_nat::enable_proc_events in gdb/nat
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
New
[v2,05/10] Add gdb/nat common functions for listing threads
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
New
[v2,04/10] Add netbsd_nat::pid_to_exec_file
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
Superseded
[v2,03/10] Build nat/netbsd-nat.o for the NetBSD native target
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
Superseded
[v2,02/10] Register a placeholder for NetBSD shared functions in gdb/nat
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
Superseded
[v2,01/10] Add handle_eintr to wrap EINTR handling in syscalls
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-04
Kamil Rytarowski
New
[10/10] Add minimal and functional NetBSD/amd64 gdbserver
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[09/10] Switch local native code to gdb/nat shared functions
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[08/10] Avoid double free in startup_inferior
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[07/10] Add a common utility function to read and write siginfo_t in inferior
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[06/10] Add netbsd_nat::enable_proc_events in gdb/nat
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[05/10] Add gdb/nat common functions for listing threads
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[04/10] Add netbsd_nat::pid_to_exec_file
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[03/10] Build nat/netbsd-nat.o for the NetBSD native target
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[02/10] Register a placeholder for NetBSD shared functions in gdb/nat
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[01/10] Add handle_eintr to wrap EINTR handling in syscalls
Add minimal NetBSD/amd64 gdbserver support
0 0 0
2020-09-02
Kamil Rytarowski
Superseded
[v3,2/2] gdb: Implement native dumpcore function for NetBSD
[v3,1/2] gdb: Implement native dumpcore function
0 0 0
2020-08-13
Kamil Rytarowski
New
[v3,1/2] gdb: Implement native dumpcore function
[v3,1/2] gdb: Implement native dumpcore function
0 0 0
2020-08-13
Kamil Rytarowski
New
[v3] Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD
[v3] Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD
0 0 0
2020-07-28
Kamil Rytarowski
New
[v2,2/2] gdb: Implement native dumpcore function for NetBSD
[v2,1/2] gdb: Implement native dumpcore function
0 0 0
2020-07-28
Kamil Rytarowski
New
[v2,1/2] gdb: Implement native dumpcore function
[v2,1/2] gdb: Implement native dumpcore function
0 0 0
2020-07-28
Kamil Rytarowski
Superseded
[v2] Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD
[v2] Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD
0 0 0
2020-07-28
Kamil Rytarowski
Superseded
gdb: Implement native dumpcore function
gdb: Implement native dumpcore function
0 0 0
2020-07-27
Kamil Rytarowski
New
Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD
Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD
0 0 0
2020-07-27
Kamil Rytarowski
Superseded
[v2] Enable multi-process mode in the NetBSD native target.
[v2] Enable multi-process mode in the NetBSD native target.
0 0 0
2020-07-21
Kamil Rytarowski
New
Enable multi-process mode in the NetBSD native target.
Enable multi-process mode in the NetBSD native target.
0 0 0
2020-07-20
Kamil Rytarowski
Superseded
Mention the NetBSD support in "info proc" documentation
Mention the NetBSD support in "info proc" documentation
0 0 0
2020-05-05
Kamil Rytarowski
New
Add support for NetBSD thread events (create, exit)
Add support for NetBSD thread events (create, exit)
0 0 0
2020-04-30
Kamil Rytarowski
New
Set NetBSD xml syscall file name to syscalls/netbsd.xml
Set NetBSD xml syscall file name to syscalls/netbsd.xml
0 0 0
2020-04-29
Kamil Rytarowski
New
[v2] Add basic event handling in the NetBSD target
[v2] Add basic event handling in the NetBSD target
0 0 0
2020-04-29
Kamil Rytarowski
Superseded
[v2] Implement the following events: - single step (TRAP_TRACE) - software breakpoint (TRAP_DBREG...
[v2] Implement the following events: - single step (TRAP_TRACE) - software breakpoint (TRAP_DBREG...
0 0 0
2020-04-29
Kamil Rytarowski
New
[v2] Add basic event handling in the NetBSD target
[v2] Add basic event handling in the NetBSD target
0 0 0
2020-04-29
Kamil Rytarowski
New
Remove unused code block in inf_ptrace_target::wait
Remove unused code block in inf_ptrace_target::wait
0 0 0
2020-04-24
Kamil Rytarowski
New
Add definitions of system calls to catch in native NetBSD targets
Add definitions of system calls to catch in native NetBSD targets
0 0 0
2020-04-20
Kamil Rytarowski
New
Fix gdb.base/attach-twice.c build on NetBSD
Fix gdb.base/attach-twice.c build on NetBSD
0 0 0
2020-04-17
Kamil Rytarowski
New
Fix the build of fork-running-state.c on NetBSD
Fix the build of fork-running-state.c on NetBSD
0 0 0
2020-04-17
Kamil Rytarowski
New
Fix gdb.base/attach-twice.c build on NetBSD
Fix gdb.base/attach-twice.c build on NetBSD
0 0 0
2020-04-17
Kamil Rytarowski
Superseded
Add basic event handling in the NetBSD target
Add basic event handling in the NetBSD target
0 0 0
2020-04-17
Kamil Rytarowski
Superseded
Move OpenBSD-only functions from inf-ptrace to obsd-nat
Move OpenBSD-only functions from inf-ptrace to obsd-nat
0 0 0
2020-04-16
Kamil Rytarowski
New
Remove obsolete and unused inf_ptrace_target::auxv_parse
Remove obsolete and unused inf_ptrace_target::auxv_parse
0 0 0
2020-04-15
Kamil Rytarowski
New
Implement IP_STAT+IP_STATUS (aliases of the same format) on NetBSD
Implement IP_STAT+IP_STATUS (aliases of the same format) on NetBSD
0 0 0
2020-04-13
Kamil Rytarowski
New
Implement IP_STAT on NetBSD
Implement IP_STAT on NetBSD
0 0 0
2020-04-13
Kamil Rytarowski
New
Implement IP_MINIMAL and IP_ALL on NetBSD
Implement IP_MINIMAL and IP_ALL on NetBSD
0 0 0
2020-04-12
Kamil Rytarowski
New
Implement "info proc cmdline" for NetBSD
Implement "info proc cmdline" for NetBSD
0 0 0
2020-04-12
Kamil Rytarowski
New
Implement "info proc cwd" for NetBSD
Implement "info proc cwd" for NetBSD
0 0 0
2020-04-12
Kamil Rytarowski
New
Implement "info proc exe" for NetBSD
Implement "info proc exe" for NetBSD
0 0 0
2020-04-12
Kamil Rytarowski
Superseded
Implement "info proc exe" for NetBSD
Implement "info proc exe" for NetBSD
0 0 0
2020-04-12
Kamil Rytarowski
New
[v5] Implement "info proc mappings" for NetBSD
[v5] Implement "info proc mappings" for NetBSD
0 0 0
2020-04-12
Kamil Rytarowski
New
«
1
2
»