[lldb-dev] [Bug 22323] New: LLDB does not stop at breakpoint from "--source" file
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jan 24 07:38:27 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22323
Bug ID: 22323
Summary: LLDB does not stop at breakpoint from "--source" file
Product: lldb
Version: 3.3
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: christian at fox21.at
Classification: Unclassified
Version: lldb-330.99.0 (ToT)
OS: OS X 10.10.1 Yosemite
Reference discussion:
http://lists.cs.uiuc.edu/pipermail/lldb-dev/2015-January/006386.html
Reconstruction:
:> cat /tmp/test.lldb
br s -a 0x7fff5fc01031
br s -a 0x7fff5fc01271
br s -a 0x7fff5fc05bdc
process launch --stop-at-entry
:> lldb PATH/TO/A_EXECUTABLE -s /tmp/test.lldb
The first breakpoint LLDB will hit is at 0x7fff5fc05bdc. 0x7fff5fc01031 is in
_dyld_start. If I set the 0x7fff5fc01031 breakpoint manually after LLDB stop at
the entry (_dyld_start, 0x7fff5fc01000) it will work. The first breakpoint from
the source file which will work is after all images has been linked.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150124/7bd6f295/attachment.html>
More information about the lldb-dev
mailing list