Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watchpoints are not supported on Linux when LLDB is built for i386 #14788

Closed
llvmbot opened this issue Nov 22, 2012 · 2 comments
Closed

Watchpoints are not supported on Linux when LLDB is built for i386 #14788

llvmbot opened this issue Nov 22, 2012 · 2 comments
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Nov 22, 2012

Bugzilla Link 14416
Resolution FIXED
Resolved on Sep 21, 2015 10:47
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor
CC @emaste,@labath

Extended Description

All tests that rely on watchpoints on Linux are currently broken and most die with:

error: watchpoints are not supported

For example, to reproduce, run:

./dotest.py -A x86_64 -C clang -v -t -f HelloWatchpointTestCase.test_hello_watchpoint_with_dwarf_using_watchpoint_set

@llvmbot
Copy link
Collaborator Author

llvmbot commented May 13, 2013

64-bit host support added. We can use watchpoints on 32 and 64 bit inferiors for x86.

@labath
Copy link
Collaborator

labath commented Sep 21, 2015

Watchpoints now supported.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

2 participants