Re: [lldb-dev] RFC: Processor Trace Support in LLDB

2020-09-21 Thread Walter via lldb-dev
Thanks for your feedback Fangrui, I've just been checking Capn' Proto and it looks really good. I'll keep it in mind in the design and see how it can optimize the overall data transfer. - Walter Il giorno dom 20 set 2020 alle ore 11:24 Fangrui Song ha scritto: > On 2020-09-18, Eric Christopher

Re: [lldb-dev] RFC: Processor Trace Support in LLDB

2020-09-21 Thread Walter via lldb-dev
Hi Eric, thanks for the feedback > Something I think would be good would be to compare/contrast against rr as an "exploring alternatives" section of the document. I'll include that. I've done some comparative research on rr and I think I can provide valuable input. > I think the document should a

[lldb-dev] LLDB got SIGCHLD on hitting the breakpoint

2020-09-21 Thread le wang via lldb-dev
Hello,everyone: I've got a problem, when debugging my process with lldb tool on linux OS(CentOS7).While I use lldb command to set breakpoints, and launch my process, my process will execute a binary code which contains debug information, but when my process launched, all breakpoints can not be hit,