Author: Med Ismail Bennani
Date: 2021-10-10T03:28:36+02:00
New Revision: c26e53e129085b64f66f0b4cbc5fd4bfdf6575e6
URL:
https://github.com/llvm/llvm-project/commit/c26e53e129085b64f66f0b4cbc5fd4bfdf6575e6
DIFF:
https://github.com/llvm/llvm-project/commit/c26e53e129085b64f66f0b4cbc5fd4bfdf6575e6.
mgorny updated this revision to Diff 378474.
mgorny added a comment.
Arrays need explicit initialization.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109876/new/
https://reviews.llvm.org/D109876
Files:
lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
lldb/test/API/functionalities/g
mgorny created this revision.
mgorny added reviewers: labath, teemperor, krytarowski, emaste.
mgorny requested review of this revision.
(note that this assumes parent diffs are merged)
Now that AddRegister() is no longer used, remove it. While at it,
we can also make Finalize() protected as all
jj10306 updated this revision to Diff 378464.
jj10306 added a comment.
Herald added a subscriber: dang.
Pulling in the request stitching changes so I can see what modifications were
made to the "call stack trace" visualization along the way.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/
mgorny created this revision.
mgorny added reviewers: labath, teemperor, jasonmolenda, krytarowski, emaste.
Herald added subscribers: omjavaid, pengfei, kristof.beyls.
mgorny requested review of this revision.
Rewrite the register reading/writing tests to use explicit qRegisterInfo
packets rather
mgorny added a comment.
Ehh, it seems that we have 4 tests that abuse this to avoid having to pass the
register infos:
FAIL: LLDB (/home/mgorny/git/llvm-project/build/bin/clang-x86_64) ::
test_read_registers_using_g_packets (TestGDBRemoteClient.TestGDBRemoteClient)
FAIL: LLDB (/home/mgorny/
mgorny created this revision.
mgorny added reviewers: labath, teemperor, jasonmolenda, krytarowski, emaste.
Herald added a subscriber: kristof.beyls.
mgorny requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
HardcodeARMRegisters() is a hack
mgorny created this revision.
mgorny added reviewers: labath, teemperor, krytarowski, emaste.
Herald added a subscriber: pengfei.
mgorny requested review of this revision.
Support specifying an offset for value_regs[0], and add the offset
to the computed derived register offset. This makes it pos
Author: Michał Górny
Date: 2021-10-09T15:42:34+02:00
New Revision: fefd0ca31d37e0dc5863a69b064cf2d3645ed4d6
URL:
https://github.com/llvm/llvm-project/commit/fefd0ca31d37e0dc5863a69b064cf2d3645ed4d6
DIFF:
https://github.com/llvm/llvm-project/commit/fefd0ca31d37e0dc5863a69b064cf2d3645ed4d6.diff
mgorny updated this revision to Diff 378443.
mgorny added a comment.
Add a test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111435/new/
https://reviews.llvm.org/D111435
Files:
lldb/include/lldb/Target/DynamicRegisterInfo.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.
mgorny updated this revision to Diff 378442.
mgorny added a comment.
Make `AssertRegisterInfo()` args non-optional.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111295/new/
https://reviews.llvm.org/D111295
Files:
lldb/include/lldb/Target/DynamicRegisterInfo.h
lldb/source/Target/Dy
Author: Raphael Isemann
Date: 2021-10-09T14:40:39+02:00
New Revision: b5ff51104810d09071a5e6ac4c33a0c070f996ca
URL:
https://github.com/llvm/llvm-project/commit/b5ff51104810d09071a5e6ac4c33a0c070f996ca
DIFF:
https://github.com/llvm/llvm-project/commit/b5ff51104810d09071a5e6ac4c33a0c070f996ca.dif
mgorny updated this revision to Diff 378438.
mgorny added a comment.
Add `m_` prefix to vars in `DynamicRegisterInfoRegisterTest` class.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111295/new/
https://reviews.llvm.org/D111295
Files:
lldb/include/lldb/Target/DynamicRegisterInfo.h
13 matches
Mail list logo