I understand. Thank you very much for the thorough explanation, Jim! 🙂
― Vangelis
> On 30 Apr 2020, at 23:38, Jim Ingham wrote:
>
>
>
>> On Apr 30, 2020, at 12:43 PM, Vangelis Tsiatsianas via lldb-dev
>> mailto:lldb-dev@lists.llvm.org>> wrote:
>>
>> Thank you for the answer, Greg.
>>
>>
> On Apr 30, 2020, at 12:43 PM, Vangelis Tsiatsianas via lldb-dev
> wrote:
>
> Thank you for the answer, Greg.
>
> I personally managed to work around the problem, although it confused me a
> bit at first and took a while to figure out the cause. May I suggest the
> addition of a note in th
Thank you for the answer, Greg.
I personally managed to work around the problem, although it confused me a bit
at first and took a while to figure out the cause. May I suggest the addition
of a note in the documentation of "{Breakpoint, Watchpoint}::{Invoke,
Set}Callback()" and possibly other r
> On Apr 30, 2020, at 8:50 AM, Vangelis Tsiatsianas via lldb-dev
> wrote:
>
> Hello,
>
> I would like to ask a question regarding "BreakpointHitCallback", which is
> declared as such:
>
> bool (*BreakpointHitCallback)(void *baton,
> StoppointCallbackContext *co
On Apr 29, 2020, at 9:28 PM, Rui Hong
mailto:hongru...@mails.ucas.ac.cn>> wrote:
First I would like to express my appreciation and thanks to you all especially
Greg Clayton and Ted Woodward! Your advice and guidance are quite useful for me!
You’re welcome!
*4. by the way, does GDB has similar
On 04/29/2020 01:19 PM, David Blaikie wrote:
> Generally sounds pretty good to me - only variation on the theme (& certainly
> imho dealer's choice at this point - if you/whoever ends up doing this
> doesn't like the sound of it, they shouldn't feel they have to do it this
> way) - maybe creatin
Hello,
I would like to ask a question regarding "BreakpointHitCallback", which is
declared as such:
bool (*BreakpointHitCallback)(void *baton,
StoppointCallbackContext *context,
lldb::user_id_t break_id,
ll
> On Apr 29, 2020, at 9:28 PM, Rui Hong wrote:
>
> Hi LLDB devs,
>
> First I would like to express my appreciation and thanks to you all
> especially Greg Clayton and Ted Woodward! Your advice and guidance are quite
> useful for me!
>
> I've been working on other lldb problems and resume so