Re: [lldb-dev] negative in stop reason

2017-11-17 Thread Jian Liu/Gmail via lldb-dev
2017-11-18 3:49 GMT+08:00 Jim Ingham : > Negative breakpoint ID’s are used for breakpoints lldb sets for internal > purposes. You can see the internal breakpoints with the “break list -i” > command. > > “continue” doesn’t usually need to set internal breakpoints, however. And > we don’t usually t

Re: [lldb-dev] negative in stop reason

2017-11-17 Thread Jim Ingham via lldb-dev
Negative breakpoint ID’s are used for breakpoints lldb sets for internal purposes. You can see the internal breakpoints with the “break list -i” command. “continue” doesn’t usually need to set internal breakpoints, however. And we don’t usually tell you about internal breakpoint hits, especiall