[Lldb-commits] [PATCH] D107821: [lldb] [gdb-server] Add tests for more vFile packets

2021-09-08 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG8872c9d1ca21: [lldb] [gdb-server] Add tests for more vFile packets (authored by mgorny). Herald added a project: LLDB. Changed prior to commit: https://reviews.llvm.org/D107821?vs=365451&id=371284#toc

[Lldb-commits] [PATCH] D107821: [lldb] [gdb-server] Add tests for more vFile packets

2021-09-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. In D107821#2986450 , @labath wrote: > Instead of the tempfile thingies I'd probably just use fixed files names in > the build directory -- it's specific to a single test, automatically cleaned > on each run and it's where all of

[Lldb-commits] [PATCH] D107821: [lldb] [gdb-server] Add tests for more vFile packets

2021-09-07 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Instead of the tempfile thingies I'd probably just use fixed files names in the build directory -- it's specific to a single test, automatically cleaned on each run and it's where all of our o

[Lldb-commits] [PATCH] D107821: [lldb] [gdb-server] Add tests for more vFile packets

2021-08-10 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: krytarowski, labath, emaste, jasonmolenda, JDevlieghere. mgorny requested review of this revision. https://reviews.llvm.org/D107821 Files: lldb/test/API/tools/lldb-server/TestGdbRemotePlatformFile.py Index: lldb/test/API/tools/lldb-server/