To whom it may concern,
My name is Gongyu Deng, a student applying for the project "Implement missing
tab completions for LLDB”.
At your convenience, would you please give me any opinion about my proposal
here [1]?
I would appreciate your insights.
Sincerely
Gongyu Deng
[1]
https://docs.go
Hi LLDB devs,
The SBEvent API has GetType() method on it, which returns a uint32_t,
however I didn't find any documentation on how to interpret this
uint32_t... Is there a enum for it somewhere?
There is a GetDescription() API to create a human-readable string, but I'd
rather to inspect the event
Hi all,
I am applying for the Autosuggestions project in LLDB and I was looking
for feedback on my proposal before submitting it:
https://docs.google.com/document/d/12ckOCTw9hn3kvJUuWS_OO3Zw3FHEpKmpnxPlfqspzKo/edit?usp=sharing
Thanks,
Shu Anzai
_
Great, this should work with GDB on Linux now! Hope to find the time
soon to double-check.
Note that for LLDB we have to fix the second part of this regression
(source-level debugging):
https://bugs.llvm.org/show_bug.cgi?id=36209
For MachO support on macOS we need to implement `getObjectForDebug(