Author: Muhammad Omair Javaid
Date: 2023-03-02T11:51:35+04:00
New Revision: e85e5abdceff6983a7ca1b647a97d0e0aaf6bf38
URL:
https://github.com/llvm/llvm-project/commit/e85e5abdceff6983a7ca1b647a97d0e0aaf6bf38
DIFF:
https://github.com/llvm/llvm-project/commit/e85e5abdceff6983a7ca1b647a97d0e0aaf6bf
Author: Muhammad Omair Javaid
Date: 2023-03-02T11:22:25+04:00
New Revision: 588da01621a1f8efd139e677526b64c1e5ecf303
URL:
https://github.com/llvm/llvm-project/commit/588da01621a1f8efd139e677526b64c1e5ecf303
DIFF:
https://github.com/llvm/llvm-project/commit/588da01621a1f8efd139e677526b64c1e5ecf3
Author: Muhammad Omair Javaid
Date: 2023-03-02T11:05:23+04:00
New Revision: 9d28e00e741cb19684111656803434aceef4c2a0
URL:
https://github.com/llvm/llvm-project/commit/9d28e00e741cb19684111656803434aceef4c2a0
DIFF:
https://github.com/llvm/llvm-project/commit/9d28e00e741cb19684111656803434aceef4c2
jingham created this revision.
jingham added reviewers: labath, JDevlieghere, clayborg, jasonmolenda,
bulbazord.
Herald added a project: All.
jingham requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
I put up an RFC for debugger interruption
kastiglione created this revision.
kastiglione added a reviewer: aprantl.
Herald added a project: All.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Enable completion of variables for `dwim-print` command.
Repository:
rG L
jingham added inline comments.
Comment at: lldb/test/API/python_api/watchpoint/TestSetWatchpoint.py:66
+if variable_watchpoint:
+# FIXME: There should probably be an API to create a variable
watchpoint
+self.runCmd('watchpoint set variable -w read
zequanwu created this revision.
zequanwu added a reviewer: labath.
Herald added a subscriber: arphaman.
Herald added a project: All.
zequanwu requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Usually PDB files have a string table (aka: Named
This revision was automatically updated to reflect the committed changes.
Closed by commit rG55a363fea18b: [LLDB] Expose several methods in SBWatchpoint
(authored by delcypher).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144937/new/
https://revie
Author: Dan Liew
Date: 2023-03-01T11:15:05-08:00
New Revision: 55a363fea18b20a81e8ebb9518997a3bda602f32
URL:
https://github.com/llvm/llvm-project/commit/55a363fea18b20a81e8ebb9518997a3bda602f32
DIFF:
https://github.com/llvm/llvm-project/commit/55a363fea18b20a81e8ebb9518997a3bda602f32.diff
LOG:
delcypher marked 2 inline comments as done.
delcypher added a comment.
Thanks for the review and approval. I've the fixed the nits so I'm going to
land.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144937/new/
https://reviews.llvm.org/D144937
__
delcypher updated this revision to Diff 501582.
delcypher edited the summary of this revision.
delcypher added a comment.
- Fix nits
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144937/new/
https://reviews.llvm.org/D144937
Files:
lldb/bindings/
jasonmolenda updated this revision to Diff 501574.
jasonmolenda added a comment.
Clean up the test case - the C file and python file - to address David's
feedback and test it more thoroughly. Fix
`ValueObjectPrinter::PrintValueAndSummaryIfNeeded()` to only add the
`actual=hex` if this is a poi
stella.stamenova added a comment.
Looks like the new test is failing on the windows lldb bot:
https://lab.llvm.org/buildbot/#/builders/83/builds/29680. The buildbot was
already red because of `TestCommandScript.py`, so you might have missed this.
Repository:
rG LLVM Github Monorepo
CHANGES
Author: Pavel Labath
Date: 2023-03-01T13:51:58+01:00
New Revision: fad60105ace546deb219adb14e0eef01a2b6c9d6
URL:
https://github.com/llvm/llvm-project/commit/fad60105ace546deb219adb14e0eef01a2b6c9d6
DIFF:
https://github.com/llvm/llvm-project/commit/fad60105ace546deb219adb14e0eef01a2b6c9d6.diff
DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:235
+std::error_code(errno, std::generic_category()),
+"The current va
15 matches
Mail list logo