88 Commits (714f33123bfc73c6caacd19a44e082da8cdc96e3)

Author SHA1 Message Date
Ilya Leoshkevich d547e711a8 gdbstub: Implement follow-fork-mode child 2 years ago
Ilya Leoshkevich 539cb4ec49 gdbstub: Introduce gdb_handle_detach_user() 2 years ago
Ilya Leoshkevich e454f2fe24 gdbstub: Introduce gdb_handle_set_thread_user() 2 years ago
Ilya Leoshkevich 6d923112fd gdbstub: Introduce gdb_handle_query_supported_user() 2 years ago
Ilya Leoshkevich 6604b05763 gdbstub: Call gdbserver_fork() both in parent and in child 2 years ago
Ilya Leoshkevich 9d456e092d {linux,bsd}-user: Pass pid to gdbserver_fork() 2 years ago
Ilya Leoshkevich 3d6ed98da8 gdbstub: Introduce gdbserver_fork_start() 2 years ago
Ilya Leoshkevich e4e5cb4a54 {linux,bsd}-user: Introduce get_task_state() 2 years ago
Ilya Leoshkevich 1ea96f1ded gdbstub: Support disablement in a multi-threaded process 2 years ago
Alex Bennée c3d0b46645 gdbstub: expose api to find registers 2 years ago
Akihiko Odaki eb37086fb0 gdbstub: Add members to identify registers to GDBFeature 2 years ago
Akihiko Odaki ecd6f6a882 gdbstub: Infer number of core registers from XML 2 years ago
Akihiko Odaki ee59fa1dd5 gdbstub: Simplify XML lookup 2 years ago
Akihiko Odaki 66260159a7 gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb 2 years ago
Akihiko Odaki c494f8f529 gdbstub: Use GDBFeature for GDBRegisterState 2 years ago
Akihiko Odaki ac1e867100 gdbstub: Use GDBFeature for gdb_register_coprocessor 2 years ago
Ilya Leoshkevich 046f143c51 gdbstub: Implement catching syscalls 2 years ago
Ilya Leoshkevich 0a0d87c9b8 gdbstub: Add syscall entry/return hooks 2 years ago
Ilya Leoshkevich 8b7fcb8ed1 gdbstub: Allow specifying a reason in stop packets 2 years ago
Ilya Leoshkevich 4aad096587 gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way 2 years ago
Paolo Bonzini 1220f5813a meson: remove config_targetos 3 years ago
Alex Bennée 5dcf6334ae gdbstub: use a better signal when we halt for IO reasons 2 years ago
Michael Tokarev ac2786f0b0 gdbstub: spelling fix: respectivelly 2 years ago
Akihiko Odaki e84f45243f gdbstub: Introduce GDBFeatureBuilder 2 years ago
Akihiko Odaki 1218b68ea6 gdbstub: Introduce gdb_find_static_feature() 2 years ago
Akihiko Odaki dbd6623ce7 gdbstub: Check if gdb_regs is NULL 2 years ago
Clément Chigot e216256ae9 gdbstub: replace exit calls with proper shutdown for softmmu 3 years ago
Akihiko Odaki 73c392c26b gdbstub: Replace gdb_regs with an array 3 years ago
Akihiko Odaki 213316d401 gdbstub: Remove gdb_has_xml variable 3 years ago
Akihiko Odaki 6d8f77a6a1 gdbstub: Use g_markup_printf_escaped() 3 years ago
Akihiko Odaki a650683871 hw/core/cpu: Return static value with gdb_arch_name() 3 years ago
Akihiko Odaki 956af7daad gdbstub: Introduce GDBFeature structure 3 years ago
Akihiko Odaki 5d1ab24206 gdbstub: Fix target.xml response 3 years ago
Akihiko Odaki af2e06c9f1 gdbstub: Fix target_xml initialization 3 years ago
Philippe Mathieu-Daudé 3f7d1bdab0 gdbstub: Rename 'softmmu' -> 'system' 3 years ago
Richard Henderson b77af26e97 accel/tcg: Replace CPUState.env_ptr with cpu_env() 3 years ago
Paolo Bonzini 4c545a05ab meson: clean up static_library keyword arguments 3 years ago
Paolo Bonzini 1f2146f7ca configure, meson: remove target OS symbols from config-host.mak 3 years ago
Alex Bennée 8dd7a4b348 gdbstub: move comment for gdb_register_coprocessor 3 years ago
Alex Bennée d0e5fa849d gdbstub: replace global gdb_has_xml with a function 3 years ago
Alex Bennée 56e534bd11 gdbstub: refactor get_feature_xml 3 years ago
Alex Bennée 5b030993db gdbstub: remove unused user_ctx field 3 years ago
Matheus Branco Borella 761e3c1088 gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT 3 years ago
Alex Bennée f1b0f894c8 gdbstub: don't complain about preemptive ACK chars 3 years ago
Alex Bennée 3869eb7eee gdbstub: more fixes for client Ctrl-C handling 3 years ago
Matheus Tavares Bernardino 6c78de6eb6 gdbstub: use 0 ("any process") on packets with no PID 3 years ago
Nicholas Piggin 108e8180c6 gdbstub: Fix client Ctrl-C handling 3 years ago
Ilya Leoshkevich e282010b2e gdbstub: Add support for info proc mappings 3 years ago
Ilya Leoshkevich dc14a7a6e9 gdbstub: Report the actual qemu-user pid 3 years ago
Ilya Leoshkevich a3fcc111fa gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process() 3 years ago