Author: brucem
Date: Fri Sep 11 03:02:50 2015
New Revision: 247390
URL: http://llvm.org/viewvc/llvm-project?rev=247390&view=rev
Log:
[lldb-mi] Fix failure in log file initialization.
I broke this in r247388.
Modified:
lldb/trunk/tools/lldb-mi/MICmnLogMediumFile.cpp
Modified: lldb/trunk/tool
bhushan created this revision.
bhushan added a reviewer: clayborg.
bhushan added subscribers: lldb-commits, jaydeep, sagar, mohit.bhakkad,
nitesh.jain.
bhushan set the repository for this revision to rL LLVM.
MIPS executables now uses DT_MIPS_RLD_MAP_REL to support PIE.
This tag allows debugging
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
looks good
http://reviews.llvm.org/D12792
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinf
labath created this revision.
labath added reviewers: ovyalov, emaste.
labath added a subscriber: lldb-commits.
Herald added a subscriber: emaste.
Realtime signals generally do not represent an error condition in an
application but are more
like a regular means of IPC. As such, we shouldn't inter
tberghammer added a subscriber: tberghammer.
tberghammer added a comment.
I tried to apply your patch but couldn't manage to do it because
source/Utility/ARM_ehframe_Registers.[h,cpp] is not available in TOT. I think
you uploaded only a part of your patch.
Repository:
rL LLVM
http://reviews
Author: tberghammer
Date: Fri Sep 11 05:04:00 2015
New Revision: 247400
URL: http://llvm.org/viewvc/llvm-project?rev=247400&view=rev
Log:
Improve the arm/aarch64 mapping symbol handling
Change the mapping symbol handling to handle the case when the mapping
symbols are prefixed with an arbitrary p
This revision was automatically updated to reflect the committed changes.
tberghammer marked an inline comment as done.
Closed by commit rL247400: Improve the arm/aarch64 mapping symbol handling
(authored by tberghammer).
Changed prior to commit:
http://reviews.llvm.org/D12755?vs=34432&id=34536
brucem created this revision.
brucem added reviewers: abidh, ki.stfu.
brucem added a subscriber: lldb-commits.
There's no need to call CMIUtilString::Format
with a string and no args.
http://reviews.llvm.org/D12796
Files:
tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
tools/lldb-mi/MIDriverMgr.
Author: brucem
Date: Fri Sep 11 05:37:17 2015
New Revision: 247402
URL: http://llvm.org/viewvc/llvm-project?rev=247402&view=rev
Log:
Clean up build of JITLoader/GDB in autoconf build.
Summary:
This builds on all platforms, so remove duplication in build
configuration.
Reviewers: labath, clayborg
This revision was automatically updated to reflect the committed changes.
Closed by commit rL247402: Clean up build of JITLoader/GDB in autoconf build.
(authored by brucem).
Changed prior to commit:
http://reviews.llvm.org/D12792?vs=34528&id=34538#toc
Repository:
rL LLVM
http://reviews.llvm
abidh accepted this revision.
abidh added a comment.
This revision is now accepted and ready to land.
Look good.
http://reviews.llvm.org/D12796
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/
Author: brucem
Date: Fri Sep 11 06:17:30 2015
New Revision: 247403
URL: http://llvm.org/viewvc/llvm-project?rev=247403&view=rev
Log:
[lldb-mi] No need to call Format with no varargs.
Summary:
There's no need to call CMIUtilString::Format
with a string and no args.
Reviewers: abidh, ki.stfu
Subs
This revision was automatically updated to reflect the committed changes.
Closed by commit rL247403: [lldb-mi] No need to call Format with no varargs.
(authored by brucem).
Changed prior to commit:
http://reviews.llvm.org/D12796?vs=34537&id=34539#toc
Repository:
rL LLVM
http://reviews.llvm.
Author: emaste
Date: Fri Sep 11 08:43:07 2015
New Revision: 247411
URL: http://llvm.org/viewvc/llvm-project?rev=247411&view=rev
Log:
Demote TestAttachResume back to @expectedFailureFreeBSD
It turns out it fails consistently for me.
llvm.org/pr19310
Modified:
lldb/trunk/test/functionalities/
tberghammer created this revision.
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: lldb-commits.
Fix several issues around dwo symbol file handling
This change all dwo related test failure on Linux x86_64
http://reviews.llvm.org/D12804
Files:
source/Plugins/SymbolFile/
ovyalov accepted this revision.
ovyalov added a comment.
This revision is now accepted and ready to land.
LGTM
http://reviews.llvm.org/D12795
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/ll
sivachandra created this revision.
sivachandra added reviewers: clayborg, spyffe.
sivachandra added a subscriber: lldb-commits.
This change is relevant for inferiors compiled with GCC. GCC does not
emit complete debug info std::basic_string<...>, and consequently, Clang
(the LLDB compiler) does no
sivachandra added a comment.
Just a mention: This change does have an impact on expression evaluation
performance and memory utilization.
http://reviews.llvm.org/D12809
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org
sas added a comment.
@brucem, not sure exactly what way forward you are suggesting. LLDB build
system supports cmake 2.8.12 and up, so we can't use FindBacktrace unless we
bump that to 3.0. Are we recommending we do that?
Repository:
rL LLVM
http://reviews.llvm.org/D12750
___
krytarowski added a comment.
In http://reviews.llvm.org/D12750#244435, @sas wrote:
> @brucem, not sure exactly what way forward you are suggesting. LLDB build
> system supports cmake 2.8.12 and up, so we can't use FindBacktrace unless we
> bump that to 3.0. Are we recommending we do that?
Can
Author: sas
Date: Fri Sep 11 13:56:59 2015
New Revision: 247452
URL: http://llvm.org/viewvc/llvm-project?rev=247452&view=rev
Log:
Fix a small typo in ObjectFileELF.cpp.
Modified:
lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
Modified: lldb/trunk/source/Plugins/ObjectFile/ELF/Obj
sas added a subscriber: sas.
sas accepted this revision.
sas added a reviewer: sas.
sas added a comment.
Nice. I remember having similar issues with google-perftools delivering a bunch
of SIGPROFs.
http://reviews.llvm.org/D12795
___
lldb-commits ma
Author: zturner
Date: Fri Sep 11 14:59:39 2015
New Revision: 247455
URL: http://llvm.org/viewvc/llvm-project?rev=247455&view=rev
Log:
XFAIL some C++ language specific tests on Windows.
http://llvm.org/pr24764
Modified:
lldb/trunk/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations
Author: zturner
Date: Fri Sep 11 15:00:00 2015
New Revision: 247456
URL: http://llvm.org/viewvc/llvm-project?rev=247456&view=rev
Log:
XFAIL tests that try to call a function in the inferior.
llvm.org/pr21765
Modified:
lldb/trunk/test/expression_command/call-function/TestCallStdStringFunctio
Author: zturner
Date: Fri Sep 11 15:00:09 2015
New Revision: 247457
URL: http://llvm.org/viewvc/llvm-project?rev=247457&view=rev
Log:
XFAIL TestDisassembleBreakpoint.
This is a trivial issue to fix, just marking it for later.
Windows prints function signatures a bit differently, and the
test expe
Author: zturner
Date: Fri Sep 11 15:00:25 2015
New Revision: 247458
URL: http://llvm.org/viewvc/llvm-project?rev=247458&view=rev
Log:
XFAIL some more tests related to value api
llvm.org/pr24772
Modified:
lldb/trunk/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py
l
Author: zturner
Date: Fri Sep 11 15:00:39 2015
New Revision: 247459
URL: http://llvm.org/viewvc/llvm-project?rev=247459&view=rev
Log:
XFAIL 2 breakpoint tests on Windows.
llvm.org/pr24777
Modified:
lldb/trunk/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py
Author: zturner
Date: Fri Sep 11 15:01:24 2015
New Revision: 247460
URL: http://llvm.org/viewvc/llvm-project?rev=247460&view=rev
Log:
XFAIL miscellaneous tests on windows.
llvm.org/pr24778
Modified:
lldb/trunk/test/expression_command/issue_11588/Test11588.py
lldb/trunk/test/functionaliti
Author: ovyalov
Date: Fri Sep 11 15:46:46 2015
New Revision: 247469
URL: http://llvm.org/viewvc/llvm-project?rev=247469&view=rev
Log:
Add missed import lldbtest.
Modified:
lldb/trunk/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py
lldb/trunk/test/lang/c/struct_typ
Heh, I was just about to commit this exact same fix. Thanks
On Fri, Sep 11, 2015 at 1:48 PM Oleksiy Vyalov via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author: ovyalov
> Date: Fri Sep 11 15:46:46 2015
> New Revision: 247469
>
> URL: http://llvm.org/viewvc/llvm-project?rev=247469&view
Author: zturner
Date: Fri Sep 11 16:27:37 2015
New Revision: 247479
URL: http://llvm.org/viewvc/llvm-project?rev=247479&view=rev
Log:
Fix a thinko causing test logs for crashes to not get written.
Modified:
lldb/trunk/test/lldbtest.py
Modified: lldb/trunk/test/lldbtest.py
URL:
http://llvm.o
Thank you, the naming conventions were always a huge source of confusion.
On Fri, Sep 11, 2015 at 3:01 PM Jason Molenda via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> jasonmolenda removed rL LLVM as the repository for this revision.
> jasonmolenda updated this revision to Diff 34593.
>
paulherman updated this revision to Diff 34609.
paulherman added a comment.
[WIP] Search variables based on clang::DeclContext and clang::Decl tree
This revision fixes some of the comments. There are some things I'm not sure
about. The problem is that at some point there will be the need to link
paulherman updated this revision to Diff 34616.
paulherman added a comment.
Search variables based on clang::DeclContext and clang::Decl tree
I believe I fixed most of the comments. I removed the handling of using
declarations for now and made the test an expected failure because of this. I
thi
34 matches
Mail list logo