llvm-project/debuginfo-tests/dexter/dex/debugger
Jeremy Morse 5ee4a03bc9 [debuginfo-tests][Dexter] Fix some Windows-unfriendly Dexter behaviours
These are some minor things that I've run into on Windows, largely in
error handling paths:

 * Giving --lldb-executable on Windows triggers a "useless option" code
   path, which touches an attribute that only exists in the
   list_debuggers tool. Switch this to use hasattr, which will work in
   all subtools.
 * We were over-decoding some text reporting errors, but only in an
   exception path
 * The path to lldb on Windows needs to be quoted (even though dexter
   isn't making use of it).

Differential Revision: https://reviews.llvm.org/D74546
2020-02-13 14:24:33 +00:00
..
dbgeng [debuginfo-tests] Fix Dexter process creation failure on Windows 2020-02-13 12:46:32 +00:00
lldb Reapply "Import Dexter to debuginfo-tests"" 2019-10-31 16:51:53 +00:00
visualstudio Reapply "Import Dexter to debuginfo-tests"" 2019-10-31 16:51:53 +00:00
DebuggerBase.py [Dexter] Cope better with empty source locations 2019-11-01 13:30:26 +00:00
Debuggers.py [debuginfo-tests][Dexter] Fix some Windows-unfriendly Dexter behaviours 2020-02-13 14:24:33 +00:00
__init__.py Reapply "Import Dexter to debuginfo-tests"" 2019-10-31 16:51:53 +00:00