labath added a comment.
Is there any difference in functionality between SymbolVendorELF and the new
class introduced here? Could this have been achieved by teaching
SymbolVendorELF (after renaming it to something else) to handle COFF files as
well?
Repository:
rG LLVM Github Monorepo
CHAN
wallace added inline comments.
Comment at: lldb/include/lldb/Target/Trace.h:520
+ /// core id -> data kind -> size
+ llvm::DenseMap>
+ m_live_core_data;
jj10306 wrote:
> Would this work instead? I noticed that the several other maps around this
> code als
Author: Pavel Labath
Date: 2022-06-14T11:44:59+02:00
New Revision: cf2c8e419dbc6575f82b8ac44b62a2306624899a
URL:
https://github.com/llvm/llvm-project/commit/cf2c8e419dbc6575f82b8ac44b62a2306624899a
DIFF:
https://github.com/llvm/llvm-project/commit/cf2c8e419dbc6575f82b8ac44b62a2306624899a.diff
wallace created this revision.
wallace added a reviewer: jj10306.
Herald added subscribers: jsji, pengfei.
Herald added a project: All.
wallace requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This applies the changes requested for diff 12.
mgorny created this revision.
mgorny added reviewers: labath, jingham, emaste, krytarowski.
Herald added a subscriber: arichardson.
Herald added a project: All.
mgorny requested review of this revision.
Add a test verifying that it is possible to resume a single process
via the `c` packet when mul
yinghuitan added inline comments.
Herald added a subscriber: Michael137.
Comment at:
lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_logpoints.py:60
+[loop_line, after_loop_line],
+[{'logMessage': logMessage}, {}]
+)
claybor
mgorny updated this revision to Diff 436869.
mgorny added a comment.
Rename the helper function to future-proof it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127755/new/
https://reviews.llvm.org/D127755
Files:
lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py
lldb/test/API/t
RamNalamothu added a comment.
Herald added a subscriber: Michael137.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50304/new/
https://reviews.llvm.org/D50304
___
lldb-commits mailing list
lldb-comm
RamNalamothu added a comment.
Herald added a subscriber: Michael137.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D48865/new/
https://reviews.llvm.org/D48865
___
lldb-commits mailing list
lldb-comm
clayborg added a comment.
I would like to get to one array solution of LogMessagePart entries and avoid
having two arrays of strings that need to stay in sync (rawTextMessages and
evalExpressions). Simpler to understand and no need to document the
interdependence of rawTextMessages and evalExpr
wallace added inline comments.
Herald added a subscriber: Michael137.
Comment at: lldb/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h:83-85
+ uint64_t ToNanos(uint64_t tsc) const;
+ uint64_t ToTSC(uint64_t nanos) const;
jj10306 wrote:
> why get rid of ch
wallace added inline comments.
Herald added a subscriber: Michael137.
Comment at:
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSessionFileParser.cpp:167-170
+ // A list of known threads for the given process. When context switch
+ // data is provided, LLDB wi
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.
This addresses the issues in diffs [13], [14] and [16]
- Add better documentation
- Fix
jingham accepted this revision.
jingham added a comment.
Sorry, I missed the "ping" notification. Still LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D48865/new/
https://reviews.llvm.org/D48865
___
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.
llvm's JSON parser supports 64 bit integers, but other tools like the
ones written in JS
Author: Venkata Ramanaiah Nalamothu
Date: 2022-06-15T08:52:29+05:30
New Revision: ab7fcf24849d9365785dc981613e761e388e560d
URL:
https://github.com/llvm/llvm-project/commit/ab7fcf24849d9365785dc981613e761e388e560d
DIFF:
https://github.com/llvm/llvm-project/commit/ab7fcf24849d9365785dc981613e761e
This revision was automatically updated to reflect the committed changes.
Closed by commit rGab7fcf24849d: [LLDB] CommandObjectThreadUntil::DoExecute()
sets the wrong selected thread ID (authored by RamNalamothu).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.
PRESIDENT810 added a comment.
Herald added a subscriber: Michael137.
ping
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126464/new/
https://reviews.llvm.org/D126464
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.
RamNalamothu added a comment.
@jingham looks like you missed to notice this one as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50304/new/
https://reviews.llvm.org/D50304
___
lldb-commits mailing
19 matches
Mail list logo