Author: labath
Date: Wed Mar 1 04:08:44 2017
New Revision: 296593
URL: http://llvm.org/viewvc/llvm-project?rev=296593&view=rev
Log:
test: pass correct objcopy and ar paths to the test runner
Summary:
The test runner has code to autodetect this, but it's not very smart --
in particular, it fails
Author: labath
Date: Wed Mar 1 04:08:51 2017
New Revision: 296595
URL: http://llvm.org/viewvc/llvm-project?rev=296595&view=rev
Log:
Fix gcc compilation of LogTest.cpp
Modified:
lldb/trunk/unittests/Core/LogTest.cpp
Modified: lldb/trunk/unittests/Core/LogTest.cpp
URL:
http://llvm.org/viewvc
Author: labath
Date: Wed Mar 1 04:08:40 2017
New Revision: 296592
URL: http://llvm.org/viewvc/llvm-project?rev=296592&view=rev
Log:
Modernize Enable/DisableLogChannel interface a bit
Summary:
Use StringRef and ArrayRef where possible. This adds an accessor to the
Args class to get a view of the
This revision was automatically updated to reflect the committed changes.
Closed by commit rL296592: Modernize Enable/DisableLogChannel interface a bit
(authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D30402?vs=9&id=90132#toc
Repository:
rL LLVM
https://reviews.ll
Author: labath
Date: Wed Mar 1 04:08:48 2017
New Revision: 296594
URL: http://llvm.org/viewvc/llvm-project?rev=296594&view=rev
Log:
Switch SBBreakpointLocation to use a weak_ptr
Modified:
lldb/trunk/include/lldb/API/SBBreakpointLocation.h
lldb/trunk/packages/Python/lldbsuite/test/python
This revision was automatically updated to reflect the committed changes.
Closed by commit rL296593: test: pass correct objcopy and ar paths to the test
runner (authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D30453?vs=90008&id=90134#toc
Repository:
rL LLVM
https://re
Author: labath
Date: Wed Mar 1 05:18:59 2017
New Revision: 296611
URL: http://llvm.org/viewvc/llvm-project?rev=296611&view=rev
Log:
Mark TestYMMRegister as no_debug_info_test
We don't need to run this test multiple times to check whether we can
read a register.
Modified:
lldb/trunk/package
Author: jingham
Date: Wed Mar 1 14:25:48 2017
New Revision: 296669
URL: http://llvm.org/viewvc/llvm-project?rev=296669&view=rev
Log:
Add a sample_test directory with simple starter
test cases for standard and "inline" tests.
Added:
lldb/trunk/packages/Python/lldbsuite/test/sample_test/
l
Author: jingham
Date: Wed Mar 1 16:18:37 2017
New Revision: 296692
URL: http://llvm.org/viewvc/llvm-project?rev=296692&view=rev
Log:
Add a test to ensure that SBFrame::Disassemble produces some output.
Added:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDis
Author: jingham
Date: Wed Mar 1 16:23:30 2017
New Revision: 296693
URL: http://llvm.org/viewvc/llvm-project?rev=296693&view=rev
Log:
Make it clear what you should modify when you copy any of these sample
test cases.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/sample_test/TestSampleI
Author: zturner
Date: Wed Mar 1 18:05:25 2017
New Revision: 296717
URL: http://llvm.org/viewvc/llvm-project?rev=296717&view=rev
Log:
Fix various warnings. NFC
Modified:
lldb/trunk/source/Commands/CommandObjectFrame.cpp
lldb/trunk/source/Commands/CommandObjectType.cpp
lldb/trunk/sour
jmajors created this revision.
It does not change members or call non-const members.
HostInfo::GetArchitecture() returns a const object ref (maybe others?),
which can't access the non-const function.
https://reviews.llvm.org/D30515
Files:
include/lldb/Core/ArchSpec.h
source/Core/ArchSpec.cp
lgtm
On Wed, Mar 1, 2017 at 4:26 PM Jason Majors via Phabricator via
lldb-commits wrote:
> jmajors created this revision.
>
> It does not change members or call non-const members.
> HostInfo::GetArchitecture() returns a const object ref (maybe others?),
> which can't access the non-const functio
eugene created this revision.
If QPassSignals packaet is supported by lldb-server, lldb-client will utilize
it and ask the server to ignore signals that don't require stops or
notifications.
Such signals will be immediately re-injected into inferior to continue normal
execution.
https://revie
jingham added a comment.
The ability to send a set of signals for the remote stub to ignore isn't
inherently specific to the GDB Remote protocol. Some other remote protocol
could very well implement the same functionality. SendSignalsToIgnoreIfNeeded
seems like it should be in Process, and ca
jingham added a comment.
Of course, the default implementation would do nothing, and you would override
it with your GDB remote protocol specific version.
https://reviews.llvm.org/D30520
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
htt
jingham added a comment.
Also, it would be good to add a test that ensures that calling "process handle"
actually passes the right thing to your SendSignalsToIgnore.
https://reviews.llvm.org/D30520
___
lldb-commits mailing list
lldb-commits@lists.l
Author: jmolenda
Date: Wed Mar 1 23:08:10 2017
New Revision: 296733
URL: http://llvm.org/viewvc/llvm-project?rev=296733&view=rev
Log:
x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could access
the byte past the end of the buffer it had been given. ASAN catch.
Modified:
lldb/t
18 matches
Mail list logo