-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lldb-netbsd: Introduce SetStoppedByBreakpoint() kill SingleStep()
Stop on breakpoint and resume from breakpoint works. $ lldb ./int3 (lldb) target create "./int3" Current executable set to './int3' (x86_64). (lldb) r Hello world! Process 29578 launched: './int3' (x86_64) Process 29578 stopped * thread #1, stop reason = signal SIGTRAP frame #0: (lldb) c Process 29578 resuming Process 29578 exited with status = 0 (0x00000000) (lldb) Sponsored by <The NetBSD Foundation>
- Loading branch information
1 parent
31a00d3
commit efe5087
Showing
4 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters