penryu created this revision.
Herald added subscribers: mgorny, emaste.
At present, several gtests in the lldb open source codebase are using
#include statements rooted at $(SOURCE_ROOT)/${LLDB_PROJECT_ROOT}.
This patch cleans up this directory/include structure for both CMake and
Xcode build syst
DemiMarie updated this revision to Diff 110642.
DemiMarie added a comment.
Fix misleading comment for real
https://reviews.llvm.org/D33213
Files:
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
tools/lldb-server/lldb-gdbserver.cpp
Index: tools/lldb-server/lldb-gdbserver.cpp
DemiMarie updated this revision to Diff 110636.
DemiMarie added a comment.
Delete misleading comment
https://reviews.llvm.org/D33213
Files:
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
tools/lldb-server/lldb-gdbserver.cpp
Index: tools/lldb-server/lldb-gdbserver.cpp
==
Author: emaste
Date: Thu Aug 10 11:26:52 2017
New Revision: 310644
URL: http://llvm.org/viewvc/llvm-project?rev=310644&view=rev
Log:
remove FreeBSD xfail decorator from TestCppNsImport
The Linux xfail decorator was removed in r272326 with the claim that the
test "runs reliably on the linux x86 bu
Author: emaste
Date: Thu Aug 10 10:01:51 2017
New Revision: 310626
URL: http://llvm.org/viewvc/llvm-project?rev=310626&view=rev
Log:
remove FreeBSD xfail decorator from TestCallStdStringFunction
This test is consistently reporting unexpected pass for me on FreeBSD
10 and 12. It was failing on the
On 20 June 2016 at 19:01, Sean Callanan via lldb-commits
wrote:
> Author: spyffe
> Date: Mon Jun 20 18:01:11 2016
> New Revision: 273211
>
> URL: http://llvm.org/viewvc/llvm-project?rev=273211&view=rev
> Log:
> Test that lldb calls the right 'printf' even when a 'printf' method exists.
>
...
> +
>
Author: emaste
Date: Thu Aug 10 09:48:36 2017
New Revision: 310624
URL: http://llvm.org/viewvc/llvm-project?rev=310624&view=rev
Log:
remove FreeBSD xfail decorator from TestExitDuringBreak
This test passes for me on FreeBSD 10 and 12(-CURRENT).
llvm.org/pr18190
Modified:
lldb/trunk/package
Author: emaste
Date: Thu Aug 10 06:47:17 2017
New Revision: 310591
URL: http://llvm.org/viewvc/llvm-project?rev=310591&view=rev
Log:
Report inferior signals as signals, not exceptions, on FreeBSD
This is the FreeBSD equivalent of r238549.
This serves 2 purposes:
* LLDB should handle inferior pr
This revision was automatically updated to reflect the committed changes.
Closed by commit rL310591: Report inferior signals as signals, not exceptions,
on FreeBSD (authored by emaste).
Changed prior to commit:
https://reviews.llvm.org/D35223?vs=110438&id=110572#toc
Repository:
rL LLVM
http