Port tests to debugger-agnostic test group: First Batch (#3165)
* Add supporting functionality
* Add initial ported test
* Fix 0
* Fix 1
* Add dbg/test_command_plist.py
* Fix 0
* Fix 1
* Fix 2
* Fix 3
* Add more tests
* Fix 0
* Add more tests
* Add even more tests
* Fix 0
* Adapt tests to module structure
* Remove coverage warning in LLDB test driver
* Remove `*_before_binary_start` tests, as they are flaky in LLDB
* Skip `test_command_break_if_x64` if not in GDB
* Update tests/host/lldb/launch_guest.py
Co-authored-by: patryk4815 <bux.patryk@gmail.com>
* Update tests/host/lldb/launch_guest.py
* Import `shlex` in `launch_guest`
---------
Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>
Co-authored-by: patryk4815 <bux.patryk@gmail.com>
|