DavidSpickett updated this revision to Diff 430276.
DavidSpickett added a comment.
Correct "addr" -> "fixed_addr" in a couple of comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118794/new/
https://reviews.llvm.org/D118794
Files:
lldb/sou
Author: David Spickett
Date: 2022-05-18T09:00:00Z
New Revision: 7d8ec4dc4461102bafed8063977a66e40562bbb3
URL:
https://github.com/llvm/llvm-project/commit/7d8ec4dc4461102bafed8063977a66e40562bbb3
DIFF:
https://github.com/llvm/llvm-project/commit/7d8ec4dc4461102bafed8063977a66e40562bbb3.diff
LOG
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7d8ec4dc4461: [lldb] const a couple of getters on
MemoryRegionInfo (authored by DavidSpickett).
Repository:
rG LLVM Git
DavidSpickett added a comment.
Landed as obvious as I'll shortly land the follow up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125786/new/
https://reviews.llvm.org/D125786
___
lldb-commits mailing li
DavidSpickett updated this revision to Diff 430293.
DavidSpickett added a comment.
Fixup the tagged memory region test (it doesn't care about the
content of the usage just that the command eventually fails) and rebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://re
DavidSpickett updated this revision to Diff 430312.
DavidSpickett added a comment.
Fixup the loop on systems that have more non-address bits than just top byte
ignore.
With only top byte ignore:
- We ask the remote for the last region
- It says ok it's unmapped and it ends at 0xFF
- Then we
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8e648f195c3d: [lldb] Add --all option to "memory
region" (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTI
Author: David Spickett
Date: 2022-05-18T10:33:39Z
New Revision: 8e648f195c3d57e573fdd8023edcfd80e0516c61
URL:
https://github.com/llvm/llvm-project/commit/8e648f195c3d57e573fdd8023edcfd80e0516c61
DIFF:
https://github.com/llvm/llvm-project/commit/8e648f195c3d57e573fdd8023edcfd80e0516c61.diff
LOG
Author: David Spickett
Date: 2022-05-18T11:57:20Z
New Revision: 3e928c4b9dfb01efd2cb968795e605760828e873
URL:
https://github.com/llvm/llvm-project/commit/3e928c4b9dfb01efd2cb968795e605760828e873
DIFF:
https://github.com/llvm/llvm-project/commit/3e928c4b9dfb01efd2cb968795e605760828e873.diff
LOG
Author: David Spickett
Date: 2022-05-18T12:59:34+01:00
New Revision: d9398a91e2a6b8837a47a5fda2164c9160e86199
URL:
https://github.com/llvm/llvm-project/commit/d9398a91e2a6b8837a47a5fda2164c9160e86199
DIFF:
https://github.com/llvm/llvm-project/commit/d9398a91e2a6b8837a47a5fda2164c9160e86199.diff
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd9398a91e2a6: [lldb] Remove non-address bits from read/write
addresses in lldb (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118
Author: David Spickett
Date: 2022-05-18T14:13:42+01:00
New Revision: 00a12585933ef63ff1204bf5cd265f0071d04642
URL:
https://github.com/llvm/llvm-project/commit/00a12585933ef63ff1204bf5cd265f0071d04642
DIFF:
https://github.com/llvm/llvm-project/commit/00a12585933ef63ff1204bf5cd265f0071d04642.diff
This revision was automatically updated to reflect the committed changes.
Closed by commit rG00a12585933e: [lldb][AArch64] Fix corefile memory reads when
there are non-address bits (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm
PatriosTheGreat updated this revision to Diff 430357.
PatriosTheGreat marked 5 inline comments as done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125325/new/
https://reviews.llvm.org/D125325
Files:
lldb/bindings/interface/SBProcess.i
lldb/include/lldb/API/SBProcess.h
lldb/sourc
PatriosTheGreat added a comment.
Hi Greg,
Sorry for a delay had an issue with tests local run.
I fixed the previous feedback.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125325/new/
https://reviews.llvm.org/D125325
___
lldb-commits mailing
This revision was automatically updated to reflect the committed changes.
Closed by commit rG29e556fc2ba9: [lldb] Change implementation of memory read
--show-tags option (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D12508
Author: David Spickett
Date: 2022-05-18T16:49:09+01:00
New Revision: 29e556fc2ba93028f0dc45c4c2636da6283e9c28
URL:
https://github.com/llvm/llvm-project/commit/29e556fc2ba93028f0dc45c4c2636da6283e9c28
DIFF:
https://github.com/llvm/llvm-project/commit/29e556fc2ba93028f0dc45c4c2636da6283e9c28.diff
wallace created this revision.
wallace added a reviewer: jj10306.
Herald added a project: All.
wallace requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
- Add collection of context switches per cpu grouped with the per-cpu intel pt
traces.
-
jingham added a comment.
Addressed review comments.
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp:80-111
+// Static Variables
+static uint32_t g_initialize_count = 0;
+
+void PlatformDarwin::Initialize() {
+ Platform::Initialize();
+
+ if (g_initialize_co
jingham updated this revision to Diff 430435.
jingham added a comment.
Address review comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125434/new/
https://reviews.llvm.org/D125434
Files:
lldb/include/lldb/Interpreter/OptionValueString.h
Author: Jim Ingham
Date: 2022-05-18T10:16:11-07:00
New Revision: bff4673b41781ec5bff6b96b52cf321d2271726c
URL:
https://github.com/llvm/llvm-project/commit/bff4673b41781ec5bff6b96b52cf321d2271726c
DIFF:
https://github.com/llvm/llvm-project/commit/bff4673b41781ec5bff6b96b52cf321d2271726c.diff
LO
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbff4673b4178: Add a darwin platform setting to specify which
exceptions debugserver (authored by jingham).
Repository:
rG LLVM Github Monorepo
CH
mib created this revision.
mib added a reviewer: JDevlieghere.
mib added a project: LLDB.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.
This patch adds a new `use_colors` argument to the PExpect.launch
method.
As the name suggests, it
mib updated this revision to Diff 430465.
mib added a comment.
Add test
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124785/new/
https://reviews.llvm.org/D124785
Files:
lldb/include/lldb/Core/DebuggerEvents.h
lldb/source/Core/Debugger.cpp
lldb/test/API/functionalities/progress_
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125915/new/
https://reviews.llvm.org/D125915
___
JDevlieghere added inline comments.
Comment at:
lldb/test/API/functionalities/progress_reporting/TestTrimmedProgressReporting.py:29-30
+self.launch(use_colors=True)
+# Set the terminal to a random width
+term_width = random.randint(10, 42)
+self.e
JDevlieghere added a comment.
Still a few places where we have a dedicated assert
Comment at:
lldb/test/API/commands/breakpoint/set/address-nomodule/TestBreakpointAddressNoModule.py:25
+debugger.HandleCommand(f"break set -a {main_address:#x}")
+self.assertTrue(
wallace updated this revision to Diff 430490.
wallace edited the summary of this revision.
wallace added a comment.
nit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125897/new/
https://reviews.llvm.org/D125897
Files:
lldb/docs/lldb-gdb-remote.t
mib created this revision.
mib added a reviewer: JDevlieghere.
mib added a project: LLDB.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.
This patch substracts 1 to the pc of any frame about frame 0 to get the
previous line entry and dis
zequanwu updated this revision to Diff 430502.
zequanwu added a comment.
Add missing sort.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125509/new/
https://reviews.llvm.org/D125509
Files:
lldb/include/lldb/Expression/DWARFExpression.h
lldb/in
JDevlieghere added inline comments.
Comment at: lldb/examples/python/crashlog.py:118-119
-# Any frame above frame zero and we have to subtract one to
-# get the previous line entry.
+# We should substract 1 to every frame's pc abo
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Thanks for the changes. LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125325/new/
https://reviews.llvm.org/D125325
___
lldb-commi
mib updated this revision to Diff 430505.
mib marked an inline comment as done.
mib edited the summary of this revision.
mib added a comment.
Updated comment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125928/new/
https://reviews.llvm.org/D125928
Files:
lldb/examples/python/crashlo
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125928/new/
https://reviews.llvm.org/D125928
___
lldb-commits mailing list
wallace created this revision.
wallace added a reviewer: jj10306.
Herald added a project: All.
wallace requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
- Add a warnings field in the jLLDBGetState response, for warnings to be
delivered to th
JDevlieghere added a comment.
Separating the notion of an expression and an expression list seems worthwhile.
I did a very high level pass but I'll take a more detailed look tomorrow.
Comment at: lldb/include/lldb/Expression/DWARFExpressionList.h:1-2
+//===-- DWARFExpressionLi
mib updated this revision to Diff 430548.
mib added a comment.
Address @JDevlieghere comments
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124785/new/
https://reviews.llvm.org/D124785
Files:
lldb/include/lldb/Core/DebuggerEvents.h
lldb/source/Core/Debugger.cpp
lldb/test/API/fun
JDevlieghere added inline comments.
Comment at:
lldb/test/API/functionalities/progress_reporting/TestTrimmedProgressReporting.py:49-50
+self.do_test(80, ['Locating external symbol file for a.out...',
+ 'Loading Apple DWARF index for a.out...',
+
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM with the decorator
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124785/new/
https://reviews.llvm.org/D124785
___
lldb-co
mib marked an inline comment as done.
mib added inline comments.
Comment at:
lldb/test/API/functionalities/progress_reporting/TestTrimmedProgressReporting.py:49-50
+self.do_test(80, ['Locating external symbol file for a.out...',
+ 'Loading Apple
mib updated this revision to Diff 430552.
mib marked an inline comment as done.
mib added a comment.
Only run test on Darwin platforms
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124785/new/
https://reviews.llvm.org/D124785
Files:
lldb/include/lldb/Core/DebuggerEvents.h
lldb/sour
Author: Med Ismail Bennani
Date: 2022-05-18T18:22:46-07:00
New Revision: d71d1a947bee1247e952f22c13ad3ed3d041e36a
URL:
https://github.com/llvm/llvm-project/commit/d71d1a947bee1247e952f22c13ad3ed3d041e36a
DIFF:
https://github.com/llvm/llvm-project/commit/d71d1a947bee1247e952f22c13ad3ed3d041e36a.
Author: Med Ismail Bennani
Date: 2022-05-18T18:22:47-07:00
New Revision: 3e54ea0cfa3074e36ebee11848e072785437a8b9
URL:
https://github.com/llvm/llvm-project/commit/3e54ea0cfa3074e36ebee11848e072785437a8b9
DIFF:
https://github.com/llvm/llvm-project/commit/3e54ea0cfa3074e36ebee11848e072785437a8b9.
Author: Med Ismail Bennani
Date: 2022-05-18T18:22:46-07:00
New Revision: 051a5ae99824fab879d9aade9d794e60ebc5c2e5
URL:
https://github.com/llvm/llvm-project/commit/051a5ae99824fab879d9aade9d794e60ebc5c2e5
DIFF:
https://github.com/llvm/llvm-project/commit/051a5ae99824fab879d9aade9d794e60ebc5c2e5.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd71d1a947bee: [lldb/Test] Add `use_colors` argument to the
PExpect.launch wrapper (authored by mib).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125915/new
This revision was automatically updated to reflect the committed changes.
Closed by commit rG051a5ae99824: [lldb/Core] Fix "sticky" long
progress messages (authored by mib).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124785/new/
https://reviews.l
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3e54ea0cfa30: [lldb/crashlog] Fix line entries resolution in
interactive mode (authored by mib).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125928/new/
h
Author: Med Ismail Bennani
Date: 2022-05-18T18:51:10-07:00
New Revision: 80589f272c200798b57a5151680a993bc2cc00a7
URL:
https://github.com/llvm/llvm-project/commit/80589f272c200798b57a5151680a993bc2cc00a7
DIFF:
https://github.com/llvm/llvm-project/commit/80589f272c200798b57a5151680a993bc2cc00a7.
Author: Med Ismail Bennani
Date: 2022-05-18T18:46:00-07:00
New Revision: 821ee172cdcd7196b6130321b53b6cc66bf1222b
URL:
https://github.com/llvm/llvm-project/commit/821ee172cdcd7196b6130321b53b6cc66bf1222b
DIFF:
https://github.com/llvm/llvm-project/commit/821ee172cdcd7196b6130321b53b6cc66bf1222b.
Author: Med Ismail Bennani
Date: 2022-05-18T19:07:47-07:00
New Revision: fd25ad51224e0558328cc9dfc6bf4533fd54403b
URL:
https://github.com/llvm/llvm-project/commit/fd25ad51224e0558328cc9dfc6bf4533fd54403b
DIFF:
https://github.com/llvm/llvm-project/commit/fd25ad51224e0558328cc9dfc6bf4533fd54403b.
wallace created this revision.
wallace added a reviewer: jj10306.
Herald added a subscriber: pengfei.
Herald added a project: All.
wallace requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
- Add logging for when the live state of the process
Author: Med Ismail Bennani
Date: 2022-05-18T21:12:44-07:00
New Revision: 1351a9b19ecf48ebb2caad8ae6d8776a6dc1786d
URL:
https://github.com/llvm/llvm-project/commit/1351a9b19ecf48ebb2caad8ae6d8776a6dc1786d
DIFF:
https://github.com/llvm/llvm-project/commit/1351a9b19ecf48ebb2caad8ae6d8776a6dc1786d.
Author: Med Ismail Bennani
Date: 2022-05-18T21:12:43-07:00
New Revision: fbf0c4229410fb17842cc0c0db882eeba6252ae8
URL:
https://github.com/llvm/llvm-project/commit/fbf0c4229410fb17842cc0c0db882eeba6252ae8
DIFF:
https://github.com/llvm/llvm-project/commit/fbf0c4229410fb17842cc0c0db882eeba6252ae8.
53 matches
Mail list logo