Re: [lldb-dev] Process launch view duplication

2018-08-01 Thread Jim Ingham via lldb-dev
Generally, the driver will print stop info every time a stop event is forwarded from the private event queue to the public event queue. You can check the output of the event log (log enable lldb event) to see if you are indeed sending two events. If you are sending two events, you can add the

[lldb-dev] Process launch view duplication

2018-07-23 Thread Dávid Bolvanský via lldb-dev
Hello, Our slightly modified LLDB based on v6.0 with custom platform and process has a strange problem during process launch. We see the debugger view twice. After stepping over, we see it correctly - just once. Does anybody know where the problem could be? Process, platform, thread, event logs: