labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
cool. thanks
https://reviews.llvm.org/D35065
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/list
labath added a comment.
Comment at: include/lldb/Host/MainLoop.h:16
#include "llvm/ADT/DenseMap.h"
+#include
Eugene.Zelenko wrote:
> I think will be good idea to include csignal instead. Same in other files.
> See
> http://clang.llvm.org/extra/clang-tidy
brunoalr added a comment.
@labath @joerg thanks for the review. Can anyone commit this, please? I still
don't have commit privileges.
https://reviews.llvm.org/D35065
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cg
krytarowski added a comment.
I have no particular opinion on it. If it builds and works, I'm fine with it.
https://reviews.llvm.org/D35123
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-
clayborg added a comment.
Much better on the API with Swig. Just a few inlined questions around
GetRawBytes.
Comment at: tools/intel-features/intel-pt/PTDecoder.h:54-55
+
+ // Get raw bytes of the instruction
+ const uint8_t *GetRawBytes() const;
+
In the py
clayborg added a comment.
Looks good. Just one question on why we register a packet handler.
Comment at:
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp:32-35
+ RegisterPacketHandler(
+ StringExtractorGDBRemote::eServerPacketType_QEnableErrorStrings,
+
jingham added a comment.
In https://reviews.llvm.org/D35083#802439, @spyffe wrote:
> Responded to Lang's comments inline.
>
> **Jim**: you say this patch "doesn't actually enforce that you take the lock
> to get the SourceMap." How do you get the source map otherwise? It's static
> inside the
karnajitw created this revision.
Herald added a subscriber: emaste.
This is the freebsd equivalent of https://reviews.llvm.org/rL238549.
The fix serves 2 purpose
1. LLDB should handle inferior process signals SIGSEGV/SIGILL/SIGBUS/SIGFPE the
way it is suppose to be handled. Prior to this fix th
karnajitw added a comment.
Adding the associated bugzilla link for this issue
https://bugs.llvm.org/show_bug.cgi?id=23699
[Before Fix]
[/home/karnajitw/llvm_50_public/build.symbol] $ bin/lldb
~/lldb_test_execs/sigsegv
(lldb) target create "/home/karnajitw/lldb_test_execs/sigsegv"
Current executa
penryu requested review of this revision.
penryu added a comment.
This revision is now accepted and ready to land.
I need to learn more about the number formatters before I make more significant
changes than those below. As written currently, it leaves the logic intact and
resolves the warning.
lhames added a comment.
I prefer the lambda syntax: Locking with an argument requires you to know the
idiom (which wasn't immediately obvious to me), whereas the lambda enforces it
implicitly.
We could also consider writing an atomic access adapter for this (and other
types). That would be gen
jingham added a comment.
This is a fairly common idiom in lldb and seems to me quite obvious. If the
API to get an object requires a lock guard of some sort, then you have to hold
the lock while using the object.
As a general practice requiring a wrapper like this for every use of a should
be
Author: jmolenda
Date: Mon Jul 10 21:22:31 2017
New Revision: 307618
URL: http://llvm.org/viewvc/llvm-project?rev=307618&view=rev
Log:
Pass in the disassembler flavor when disassembling in
DumpDataExtractor. Patch from Jeffrey Crowell,
https://reviews.llvm.org/D34929
Modified:
lldb/trunk/so
jasonmolenda closed this revision.
jasonmolenda added a comment.
I committed this for Jeffrey in r307618.
Repository:
rL LLVM
https://reviews.llvm.org/D34929
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/
Hello everyone,
Below are some buildbot numbers for the week of 06/25/2017 - 07/1/2017.
Please see the same data in attached csv files:
The longest time each builder was red during the last week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from gree
Hello everyone,
Below are some buildbot numbers for the last week of 07/02/2017 -
07/08/2017.
Please see the same data in attached csv files:
The longest time each builder was red during the last week;
"Status change ratio" by active builder (percent of builds that changed the
builder status fro
16 matches
Mail list logo