llvm-project/lldb/test/API/qemu
Pavel Labath 1dc39378c4 [lldb/qemu] Stub out process info functions
These functions return the information about the host process (so they
show the executable as "qemu" and have the "wrong" architecture), which
isn't useful and can confuse lldb.

We could theoretically try to identify which host processes are running
an emulator, and translate the process information, but that would be
tricky to implement, and the usefulness of it would be fairly limited as
qemu does not support attaching to a running process.
2022-10-28 09:17:53 +02:00
..
Makefile
TestQemuAPI.py [lldb/qemu] Stub out process info functions 2022-10-28 09:17:53 +02:00
TestQemuLaunch.py [LLDB] Remove __future__ imports from tests 2022-08-15 08:54:06 +00:00
main.c
qemu.py [lldb/qemu] Support setting arg0 of the debugged program 2021-12-31 10:57:35 +01:00