Michał Górny
27b238af16
[lldb] [test] Skip all vFile tests on Windows
2021-08-09 19:38:05 +02:00
Michał Górny
816aa9a5d7
Revert "[lldb] [test] Mark new vFile tests as XFAIL on Windows"
...
This reverts commit 0dc57a66a0b1aa2cac88e236f7748b022666bdc5.
2021-08-09 19:38:05 +02:00
Michał Górny
4c830b5f35
Revert "[lldb] [test] Use Windows-friendly modes in vFile O_CREAT tests"
...
This reverts commit 116b112bbfe043aba16d732c2eec783f0b817bb4.
2021-08-09 19:38:05 +02:00
Michał Górny
52d89d26aa
[lldb] [test] Mark vFile tests as LLGS-specific
2021-08-09 17:43:37 +02:00
Michał Górny
116b112bbf
[lldb] [test] Use Windows-friendly modes in vFile O_CREAT tests
2021-08-09 15:43:08 +02:00
Michał Górny
0dc57a66a0
[lldb] [test] Mark new vFile tests as XFAIL on Windows
2021-08-09 15:43:08 +02:00
Michał Górny
d6bf9dcbd5
[lldb] [test] Fix TestGdbRemotePlatformFile with non-022 umask
2021-08-09 14:12:06 +02:00
Michał Górny
9929cfbcd5
[lldb] [gdb-remote] Use hexadecimal numbers in vFile packats for GDB compliance
...
Use hexadecimal numbers rather than decimal in various vFile packets
in order to fix compatibility with gdbserver. This also changes the few
custom LLDB packets -- while technically they do not have to be changed,
it is easier to use the same syntax consistently across LLDB.
Differential Revision: https://reviews.llvm.org/D107475
2021-08-09 12:07:33 +02:00