index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdbstub
/
user.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbstub: Remove tb_flush uses
Richard Henderson
2025-09-24
1
-3
/
+0
*
gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro
Philippe Mathieu-Daudé
2025-03-09
1
-5
/
+2
*
gdbstub: Allow late attachment
Ilya Leoshkevich
2025-02-10
1
-12
/
+103
*
gdbstub: Try unlinking the unix socket before binding
Ilya Leoshkevich
2025-02-10
1
-26
/
+3
*
gdbstub: Allow the %d placeholder in the socket path
Ilya Leoshkevich
2025-02-10
1
-0
/
+10
*
system: propagate Error to gdbserver_start (and other device setups)
Alex Bennée
2025-01-17
1
-10
/
+12
*
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
Philippe Mathieu-Daudé
2024-09-20
1
-1
/
+1
*
gdbstub: Move GdbCmdParseEntry into a new header file
Gustavo Romero
2024-07-05
1
-3
/
+4
*
gdbstub: move enums into separate header
Alex Bennée
2024-06-24
1
-0
/
+1
*
gdbstub: Fix double close() of the follow-fork-mode socket
Ilya Leoshkevich
2024-03-13
1
-2
/
+1
*
gdbstub: Add Xfer:siginfo:read stub
Gustavo Romero
2024-03-13
1
-0
/
+23
*
gdbstub: Save target's siginfo
Gustavo Romero
2024-03-13
1
-4
/
+19
*
gdbstub: Rename back gdb_handlesig
Gustavo Romero
2024-03-13
1
-4
/
+4
*
gdbstub: Implement follow-fork-mode child
Ilya Leoshkevich
2024-03-06
1
-2
/
+210
*
gdbstub: Introduce gdb_handle_detach_user()
Ilya Leoshkevich
2024-03-06
1
-0
/
+5
*
gdbstub: Introduce gdb_handle_set_thread_user()
Ilya Leoshkevich
2024-03-06
1
-0
/
+5
*
gdbstub: Introduce gdb_handle_query_supported_user()
Ilya Leoshkevich
2024-03-06
1
-0
/
+4
*
gdbstub: Call gdbserver_fork() both in parent and in child
Ilya Leoshkevich
2024-03-06
1
-3
/
+2
*
{linux,bsd}-user: Pass pid to gdbserver_fork()
Ilya Leoshkevich
2024-03-06
1
-1
/
+1
*
gdbstub: Introduce gdbserver_fork_start()
Ilya Leoshkevich
2024-03-06
1
-0
/
+4
*
gdbstub: Support disablement in a multi-threaded process
Ilya Leoshkevich
2024-03-06
1
-4
/
+15
*
gdbstub: Implement catching syscalls
Ilya Leoshkevich
2024-02-09
1
-0
/
+91
*
gdbstub: Add syscall entry/return hooks
Ilya Leoshkevich
2024-02-09
1
-0
/
+8
*
gdbstub: Allow specifying a reason in stop packets
Ilya Leoshkevich
2024-02-09
1
-1
/
+4
*
gdbstub: replace exit calls with proper shutdown for softmmu
Clément Chigot
2023-10-12
1
-0
/
+6
*
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
2023-08-30
1
-1
/
+0
*
gdbstub: only send stop-reply packets when allowed to
Matheus Tavares Bernardino
2023-05-18
1
-8
/
+16
*
gdbstub: split out softmmu/user specifics for syscall handling
Alex Bennée
2023-03-07
1
-0
/
+14
*
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
1
-0
/
+1
*
gdbstub: specialise stub_can_reverse
Alex Bennée
2023-03-07
1
-0
/
+5
*
gdbstub: introduce gdb_get_max_cpus
Alex Bennée
2023-03-07
1
-0
/
+17
*
gdbstub: specialise target_memory_rw_debug
Alex Bennée
2023-03-07
1
-0
/
+15
*
gdbstub: specialise handle_query_attached
Alex Bennée
2023-03-07
1
-0
/
+5
*
gdbstub: abstract target specific details from gdb_put_packet_binary
Alex Bennée
2023-03-07
1
-0
/
+19
*
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
1
-0
/
+344
*
gdbstub: fix-up copyright and license files
Alex Bennée
2023-03-07
1
-1
/
+2
*
gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
Philippe Mathieu-Daudé
2023-02-27
1
-3
/
+2
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
1
-0
/
+6
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
1
-0
/
+62