[lldb-dev] [Bug 17880] New: lldb reports "failed to verify the breakpoint trap in memory"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Nov 11 11:21:38 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=17880
Bug ID: 17880
Summary: lldb reports "failed to verify the breakpoint trap in
memory"
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
Classification: Unclassified
Sometime in the last month lldb on FreeBSD reports this error, although the
breakpoint actually does get set.
Using the dictionary.c example / tutorial code,
feynman% bin/lldb /tank/emaste/src/snippets/dictionary
Current executable set to '/tank/emaste/src/snippets/dictionary' (x86_64).
(lldb) b find_word
warning: failed to set breakpoint site at 0x400e60 for breakpoint 2.1: failed
to verify the breakpoint trap in memory.
(lldb) run romeo-and-juliet.txt
Process 75214 launched: '/tank/emaste/src/snippets/dictionary' (x86_64)
Dictionary loaded.
Enter search word: Romeo
Process 75214 stopped
* thread #1: tid = 102845, 0x0000000000400e60
dictionary`find_word(dictionary=0x0000000800c4b040, word=0x00007fffffffd0a0) +
16 at dictionary.c:126, stop reason = breakpoint 2.1
--
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/20131111/5a5d8d52/attachment.html>
More information about the lldb-dev
mailing list