That would be great, thanks.
> On Jul 23, 2018, at 4:21 PM, Jason Molenda wrote:
>
> Yeah, I wrote the script to accept stdin or a filename argument, and print
> its results. I'll fix it to hardcode looking for
> lldb.xcodeproj/project.pbxproj or project.pbxproj in cwd and update it in
> pl
Hello everyone
I am relatively new to the LLDB sources and just submitted my first own
patch for review in Phabricator. Based on this patch I would like to
discuss a few details for further improvements on LLDB's demangling.
First a short recap on the current state:
* Name demangling used to be a
On the subject line, the ToT lldb (see code around
CommandObjectThread.cpp:1230) sets the breakpoint on the first exact
matching line of 'line-number' or the closest line number > 'line-number'
i.e. the best match.
And along with that, starting from the above exact/best matching line
number index