ramana-nvr created this revision.
ramana-nvr added reviewers: davide, lldb-commits.
ramana-nvr added a project: LLDB.
https://reviews.llvm.org/D48704
Files:
source/Target/ExecutionContext.cpp
Index: source/Target/ExecutionContext.cpp
===
ramana-nvr updated this revision to Diff 153258.
ramana-nvr added a comment.
Created the patch with more context.
https://reviews.llvm.org/D48704
Files:
source/Target/ExecutionContext.cpp
Index: source/Target/ExecutionContext.cpp
=
ramana-nvr created this revision.
ramana-nvr added a reviewer: labath.
For the 'thread until' command, the selected thread ID, to perform the
operation on, could be of the current thread or the specified thread.
https://reviews.llvm.org/D48865
Files:
source/Commands/CommandObjectThread.cpp
ramana-nvr created this revision.
ramana-nvr added a reviewer: labath.
The function ProcessGDBRemote::UpdateThreadIDsFromStopReplyThreadsValue(),
which is being called after the thread PCs are updated, is clearing the thread
PC list and that is wrong.
https://reviews.llvm.org/D48868
Files:
ramana-nvr added a reviewer: jingham.
ramana-nvr added a comment.
In https://reviews.llvm.org/D48865#1150995, @jingham wrote:
> check should also use thread->GetID not m_options.m_thread_idx. This is all
> error reporting, so it's not a big deal. But having the error be "failed to
> resolve l
ramana-nvr updated this revision to Diff 154059.
https://reviews.llvm.org/D48865
Files:
source/Commands/CommandObjectThread.cpp
Index: source/Commands/CommandObjectThread.cpp
===
--- source/Commands/CommandObjectThread.cpp
+++ so
ramana-nvr added a comment.
In https://reviews.llvm.org/D48868#1156416, @jasonmolenda wrote:
> If jThreadsInfo isn't implemented, we fall back to looking for the
> thread-pcs: and threads: key-value pairs in the stop packet that we received.
>
> We look for the threads: list and if it is pres
ramana-nvr added a comment.
Sorry, I wasn't clear in my previous comment.
In https://reviews.llvm.org/D48868#1158236, @jasonmolenda wrote:
> I don't have strong feelings about removing the m_thread_pcs() in
> UpdateThreadIDList(), but I think I would prefer leaving it in to changing it
> unles
ramana-nvr updated this revision to Diff 154947.
ramana-nvr added a comment.
For now, leaving the m_thread_pcs.clear() in UpdateThreadIDList() unchanged as
it is not causing any problems.
https://reviews.llvm.org/D48868
Files:
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Index: s
ramana-nvr updated this revision to Diff 155114.
ramana-nvr added a comment.
The error messages now refer to the thread ID instead of the thread index.
https://reviews.llvm.org/D48865
Files:
source/Commands/CommandObjectThread.cpp
Index: source/Commands/CommandObjectThread.cpp
=
ramana-nvr added a comment.
Sorry, I am not helpful to you in providing a unit test case for this patch. I
am still learning about test suite framework and/or trying to get the lldb test
suite up and running.
Regarding how I got to this, it is not that I have run into some issue due to
the ori
11 matches
Mail list logo