122 Commits (a78a91feeea66270badd87c65a7236e90baa5984)

Author SHA1 Message Date
Peter Maydell a1f728ecc9 gdbstub: Allow gdb_core_xml_file to be set at runtime 1 year ago
Philippe Mathieu-Daudé 12d1a768bd qom: Have class_init() take a const data argument 2 years ago
Richard Henderson 7ed79a9adb gdbstub: Move syscalls.c out of common_ss 1 year ago
Richard Henderson 5983a20a0b meson: Introduce top-level libuser_ss and libsystem_ss 1 year ago
Philippe Mathieu-Daudé 0368d8d189 gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro 2 years ago
Philippe Mathieu-Daudé 0f66536a01 accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h' 2 years ago
Philippe Mathieu-Daudé 270dbee10c gdbstub: Check for TCG before calling tb_flush() 2 years ago
Ilya Leoshkevich d156d5d1df gdbstub: Allow late attachment 2 years ago
Ilya Leoshkevich fccb744f41 gdbstub: Try unlinking the unix socket before binding 2 years ago
Ilya Leoshkevich 9853485dd4 gdbstub: Allow the %d placeholder in the socket path 2 years ago
Dominik 'Disconnect3d' Czarnota 8b647bd352 gdbstub/user-target: fix gdbserver int format (%d -> %x) 2 years ago
Alex Bennée c0e6b8b798 system: propagate Error to gdbserver_start (and other device setups) 2 years ago
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 2 years ago
Philippe Mathieu-Daudé b14d064962 license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later 2 years ago
Salil Mehta 242da18082 gdbstub: Add helper function to unregister GDB register space 2 years ago
Alex Bennée e8122a7118 gdbstub: Re-factor gdb command extensions 2 years ago
Gustavo Romero 3b6c27d8f2 gdbstub: Use true to set cmd_startswith 2 years ago
Gustavo Romero 2be4d5db1e gdbstub: Pass CPU context to command handler 2 years ago
Gustavo Romero 3ce0fc57a0 gdbstub: Make hex conversion function non-internal 2 years ago
Gustavo Romero 60f4ce8e2c gdbstub: Add support for target-specific stubs 2 years ago
Gustavo Romero 133f202b19 gdbstub: Move GdbCmdParseEntry into a new header file 2 years ago
Gustavo Romero 0ef6b12e58 gdbstub: Clean up process_string_cmd 2 years ago
Paolo Bonzini 4408155ac5 meson: Drop the .fa library suffix 2 years ago
Akihiko Odaki 414b180d42 meson: Pass objects and dependencies to declare_dependency() 2 years ago
Alex Bennée 5b7d54d4ed gdbstub: move enums into separate header 2 years ago
Philippe Mathieu-Daudé 59272469bd user: Use get_task_state() helper 2 years ago
Philippe Mathieu-Daudé fe7667343c gdbstub: Include missing 'hw/core/cpu.h' header 3 years ago
Philippe Mathieu-Daudé 0eaf7fb9a8 gdbstub/system: Rename 'user_ctx' argument as 'ctx' 2 years ago
Philippe Mathieu-Daudé 25f34eb708 gdbstub: Correct invalid mentions of 'softmmu' by 'system' 2 years ago
Ilya Leoshkevich 6971998e24 gdbstub: Fix double close() of the follow-fork-mode socket 2 years ago
Gustavo Romero 9ae5801d35 gdbstub: Add Xfer:siginfo:read stub 2 years ago
Gustavo Romero f84e313e02 gdbstub: Save target's siginfo 2 years ago
Gustavo Romero b6617e937e gdbstub: Rename back gdb_handlesig 2 years ago
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 3 years ago