aadsm marked an inline comment as done.
aadsm added a comment.

It's the same for freebsd 
https://github.com/freebsd/freebsd/blob/master/sys/kern/link_elf.c#L291 
although behind a GDB flag (which NetBSD doesn't seem to be: 
https://nxr.netbsd.org/xref/src/libexec/ld.elf_so/rtld.c#1040).



================
Comment at: 
lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/TestGdbRemoteLibrariesSvr4Support.py:21-29
+        self.test_sequence.add_log_lines(
+            [
+                # Start the inferior...
+                "read packet: $c#63"
+            ],
+            True,
+        )
----------------
labath wrote:
> This countinue-and-immediatelly-interrupt sequence seems very dodgy. What's 
> the purpose of that? Given that the inferior forces a break with the null 
> dereference, I would expect you don't need to send any interrupt packets 
> here, just simply wait for the inferior to stop.
ah yeah, it will stop already on the sigsev.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62502



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

Reply via email to