-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[lldb] Support integer registers with more than 64 bits. #166363
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
Merged
JDevlieghere
merged 28 commits into
llvm:main
from
sedymrak:2025-11-01-fix-RegisterValue-SetValueFromData-method
Nov 18, 2025
+308
−53
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2db982d
[lldb] reorganize existing tests (in order to facility sucessive addi…
eb234f9
[lldb] add new tests that demonstrate the problem
6b48d03
[lldb] fix the "RegisterValue::SetValueFromData" method
ca5d68a
[lldb] add new tests that demonstrate the problem
ef8859f
[lldb] fix the "RegisterValue::SetValueFromData" method
460b8fc
[lldb] rename an existing enum value so that it better expresses its …
82b5385
formatting
a0f52e4
[lldb] rename "eTypeUIntBig" enum value to "eTypeUInt"
eab73d2
[lldb] fix the comment
sedymrak 9c94621
[lldb] fix a misleading name of the register
b796fae
[lldb] add new tests
d368469
[lldb] add a new test
804442f
[lldb] formatting
2a1bb4c
[lldb] add more comments
79a8afb
[lldb] formatting
b362aeb
[lldb] rename the enum value
84fb031
[lldb] update the comment
7682406
[lldb] fix the compilation
56c86e5
[lldb] change the name of the "RegisterValue::SetUInt128" method in o…
d36d6bf
[lldb] remove superluous tests from the "RegisterValueTest.cpp" file
359cd66
[lldb] explicitely check the type of the created RegisterValue object…
f563fcd
[lldb] simplify the code
8121a95
[lldb] on a big-endian machine, call the "llvm::LoadIntFromMemory" fu…
6610586
[lldb] simplify the implementation "RegisterValue::SetValueFromData" …
63ab919
[lldb] formatting
54b4d82
[lldb] simplify the code
14db79b
[lldb] simplify the code
84b1d66
[lldb] simplify the code
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.