Ilya Leoshkevich
|
d156d5d1df
gdbstub: Allow late attachment
|
6 months ago |
Ilya Leoshkevich
|
fccb744f41
gdbstub: Try unlinking the unix socket before binding
|
6 months ago |
Ilya Leoshkevich
|
9853485dd4
gdbstub: Allow the %d placeholder in the socket path
|
6 months ago |
Alex Bennée
|
c0e6b8b798
system: propagate Error to gdbserver_start (and other device setups)
|
7 months ago |
Philippe Mathieu-Daudé
|
b14d064962
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
|
11 months ago |
Gustavo Romero
|
133f202b19
gdbstub: Move GdbCmdParseEntry into a new header file
|
1 year ago |
Alex Bennée
|
5b7d54d4ed
gdbstub: move enums into separate header
|
1 year ago |
Ilya Leoshkevich
|
6971998e24
gdbstub: Fix double close() of the follow-fork-mode socket
|
1 year ago |
Gustavo Romero
|
9ae5801d35
gdbstub: Add Xfer:siginfo:read stub
|
1 year ago |
Gustavo Romero
|
f84e313e02
gdbstub: Save target's siginfo
|
1 year ago |
Gustavo Romero
|
b6617e937e
gdbstub: Rename back gdb_handlesig
|
1 year ago |
Ilya Leoshkevich
|
d547e711a8
gdbstub: Implement follow-fork-mode child
|
1 year ago |
Ilya Leoshkevich
|
539cb4ec49
gdbstub: Introduce gdb_handle_detach_user()
|
1 year ago |
Ilya Leoshkevich
|
e454f2fe24
gdbstub: Introduce gdb_handle_set_thread_user()
|
1 year ago |
Ilya Leoshkevich
|
6d923112fd
gdbstub: Introduce gdb_handle_query_supported_user()
|
1 year ago |
Ilya Leoshkevich
|
6604b05763
gdbstub: Call gdbserver_fork() both in parent and in child
|
1 year ago |
Ilya Leoshkevich
|
9d456e092d
{linux,bsd}-user: Pass pid to gdbserver_fork()
|
1 year ago |
Ilya Leoshkevich
|
3d6ed98da8
gdbstub: Introduce gdbserver_fork_start()
|
1 year ago |
Ilya Leoshkevich
|
1ea96f1ded
gdbstub: Support disablement in a multi-threaded process
|
1 year ago |
Ilya Leoshkevich
|
046f143c51
gdbstub: Implement catching syscalls
|
1 year ago |
Ilya Leoshkevich
|
0a0d87c9b8
gdbstub: Add syscall entry/return hooks
|
1 year ago |
Ilya Leoshkevich
|
8b7fcb8ed1
gdbstub: Allow specifying a reason in stop packets
|
1 year ago |
Clément Chigot
|
e216256ae9
gdbstub: replace exit calls with proper shutdown for softmmu
|
1 year ago |
Alex Bennée
|
d0e5fa849d
gdbstub: replace global gdb_has_xml with a function
|
2 years ago |
Matheus Tavares Bernardino
|
758370052f
gdbstub: only send stop-reply packets when allowed to
|
2 years ago |
Alex Bennée
|
131f387d74
gdbstub: split out softmmu/user specifics for syscall handling
|
2 years ago |
Alex Bennée
|
c566080cd3
gdbstub: move syscall handling to new file
|
2 years ago |
Alex Bennée
|
505601d580
gdbstub: specialise stub_can_reverse
|
2 years ago |
Alex Bennée
|
7ea0c33def
gdbstub: introduce gdb_get_max_cpus
|
2 years ago |
Alex Bennée
|
589a58672e
gdbstub: specialise target_memory_rw_debug
|
2 years ago |