mgorny added inline comments.

================
Comment at: 
lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp:287
+    // probably a unknown event-generated SIGTRAP.
+    return;
   }
----------------
labath wrote:
> What will happen in case this returns? Will the process auto-resume or just 
> hang stopped? It sounds like it would still be useful to report this as 
> "SIGTRAP" even if we are unable to give any details about it...
Good catch. Should it be reported as an arbitrary SIGTRAP then or maybe as a 
trace trap?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91007/new/

https://reviews.llvm.org/D91007

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to