/qemu/include/gdbstub/ |
H A D | enums.h | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/target/arm/ |
H A D | hyp_gdbstub.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
H A D | kvm.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/accel/tcg/ |
H A D | tcg-accel-ops.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/accel/hvf/ |
H A D | hvf-accel-ops.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/gdbstub/ |
H A D | user.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/include/exec/ |
H A D | gdbstub.h | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/monitor/ |
H A D | hmp-cmds.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/target/arm/hvf/ |
H A D | hvf.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/target/s390x/kvm/ |
H A D | kvm.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/target/ppc/ |
H A D | kvm.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|
/qemu/system/ |
H A D | vl.c | 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Thu Jun 20 15:22:10 UTC 2024 Alex Bennée <alex.bennee@linaro.org> gdbstub: move enums into separate header
This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start().
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org>
|