User Details
- User Since
- Feb 26 2018, 2:52 PM (290 w, 5 d)
Sat, Sep 16
Jun 17 2023
Jun 5 2023
May 16 2023
May 12 2023
Feb 14 2023
Feb 11 2023
Jan 24 2023
Jan 23 2023
Jan 15 2023
Dec 14 2022
Nov 13 2019
Some observations on the following sample sample.o with GNU objcopy.
Sep 23 2019
Sep 22 2019
Jul 23 2019
Any chance to restore the tracking history as well?
Jul 18 2019
Jul 3 2019
Jun 21 2019
Jun 14 2019
Jun 12 2019
The Native*** classes are meant to be used from lldb-server. They look somewhat similar to their non-native counterpart because they still do debugging, but they're a lot dumber, because they only deal with basic process control, and none of the fancy symbolic stuff that you'd need debug info for.
May 15 2019
May 13 2019
May 8 2019
Apr 17 2019
Apr 16 2019
Apr 3 2019
Feb 12 2019
Feb 4 2019
Jan 24 2019
Jan 21 2019
Jan 17 2019
It could be the llvm::sys::flattenWindowsCommandLine issue to flatten the command “dir c:\" for Windows Command Terminal.
However it is not an issue for PS or MingGW.
Jan 15 2019
- drop the if (m_entries[i].quote) branch. You don't need it here, and I don't believe it will be correct anyway, because all it will do is cause llvm::sys::flattenWindowsCommandLine to add one more quote level around that and escape the quotes added by yourself
Jan 11 2019
I think the key problem here is to make sure the argument will be treated as a single argument to the process launcher.
Jan 10 2019
Jan 9 2019
Jan 8 2019
Jan 4 2019
Not quite sure but correct me if i am wrong.
With all the aaron's pending reviews on lldb-server, I could try the patch with the following platform apis.