135 Commits (806108519c3bc215116abe118babf6c8b4894dc1)

Author SHA1 Message Date
Paolo Bonzini 1942b61b74 include: move hw/boards.h to hw/core/ 4 months ago
Cédric Le Goater d7e1df7699 gdbstub: Fix const qualifier build errors with recent glibc 4 months ago
Cédric Le Goater 326e620fc0 Fix const qualifier build errors with recent glibc 4 months ago
Sean Anderson 524fc77d23 gdbstub: Fix %s formatting 5 months ago
Marc-André Lureau 1b21518f73 char: rename CharBackend->CharFrontend 5 months ago
Richard Henderson dae1e0df49 gdbstub: Remove tb_flush uses 7 months ago
Vacha Bhavsar 71cda98120 target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging 7 months ago
Philippe Mathieu-Daudé f7a7e7dd21 accel: Extract AccelClass definition to 'accel/accel-ops.h' 9 months ago
Philippe Mathieu-Daudé 05927e9dc9 accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h' 9 months ago
Rowan Hart 1bb6403a34 gdbstub: Expose gdb_write_register function to consumers of gdbstub 9 months ago
Dominik 'Disconnect3d' Czarnota b2654598b3 gdbstub: Implement qGDBServerVersion packet 10 months ago
Alex Bennée 3bb69b1953 gdbstub: assert earlier in handle_read_all_regs 10 months ago
Pierrick Bouvier d33717d7fc meson: remove lib{system, user}_ss aliases 11 months ago
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 1 year 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 1 year ago
Philippe Mathieu-Daudé 0f66536a01 accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h' 1 year ago
Philippe Mathieu-Daudé 270dbee10c gdbstub: Check for TCG before calling tb_flush() 1 year ago
Ilya Leoshkevich d156d5d1df gdbstub: Allow late attachment 1 year ago
Ilya Leoshkevich fccb744f41 gdbstub: Try unlinking the unix socket before binding 1 year ago
Ilya Leoshkevich 9853485dd4 gdbstub: Allow the %d placeholder in the socket path 1 year ago
Dominik 'Disconnect3d' Czarnota 8b647bd352 gdbstub/user-target: fix gdbserver int format (%d -> %x) 1 year ago
Alex Bennée c0e6b8b798 system: propagate Error to gdbserver_start (and other device setups) 1 year ago
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 1 year 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 2 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