https://bugs.llvm.org/show_bug.cgi?id=37577
Bug ID: 37577
Summary: Memory Region command causes segfault
Product: lldb
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev@lists.llvm.org
Reporter: maxshavr...@gmail.com
CC: llvm-b...@lists.llvm.org
Created attachment 20336
--> https://bugs.llvm.org/attachment.cgi?id=20336&action=edit
Screenshot of it
(* This is lldb lldb-902.0.79.2\n Swift-4.1 *)
When using `memory region` command twice, there is a segmentation fault. Steps
as follows:
$lldb ./test_program
(lldb) process launch --stop-at-entry
(lldb) ni
(lldb) ni
(lldb) register read rsp
rsp = 0x00007ffeefbff5c8
(lldb) memory region 0x00007ffeefbff5c8
(lldb) memory region
Note the last memory region line I do not pass an address to. Should show the
help screen again.
Thank you
Max
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev