emaste added a comment.
This change will no longer apply. Is it still desired? If so, can you please
rebase the patch.
https://reviews.llvm.org/D5867
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/li
emaste requested changes to this revision.
emaste added a reviewer: emaste.
emaste added a comment.
This revision now requires changes to proceed.
Two requested changes called out in comments above
https://reviews.llvm.org/D23977
___
lldb-commits ma
Author: emaste
Date: Wed Sep 21 16:08:30 2016
New Revision: 282111
URL: http://llvm.org/viewvc/llvm-project?rev=282111&view=rev
Log:
Fix -Wcovered-switch-default warning in StackFrame.cpp
The switch coveres all possible values. If a new one is added in the
future the compiler will start warning,
Author: emaste
Date: Wed Sep 21 16:14:31 2016
New Revision: 282112
URL: http://llvm.org/viewvc/llvm-project?rev=282112&view=rev
Log:
Fix integer sign warning from r282105
Modified:
lldb/trunk/source/Core/SourceManager.cpp
Modified: lldb/trunk/source/Core/SourceManager.cpp
URL:
http://llvm.o
On 21 September 2016 at 17:08, Ed Maste via lldb-commits
wrote:
> Author: emaste
> Date: Wed Sep 21 16:08:30 2016
> New Revision: 282111
>
> URL: http://llvm.org/viewvc/llvm-project?rev=282111&view=rev
> Log:
> Fix -Wcovered-switch-default warning in StackFrame.cpp
&
Author: emaste
Date: Wed Sep 21 17:36:51 2016
New Revision: 282119
URL: http://llvm.org/viewvc/llvm-project?rev=282119&view=rev
Log:
Fix for loop sign fix in r282112 for column = 0
Modified:
lldb/trunk/source/Core/SourceManager.cpp
Modified: lldb/trunk/source/Core/SourceManager.cpp
URL:
htt
On 21 September 2016 at 21:38, Adrian McCarthy wrote:
> That fix doesn't look complete:
Thanks, I've applied your fix in r282119, and sorry for being hasty
with the original change.
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL282123: Fix typo in lldb --help (authored by emaste).
Changed prior to commit:
https://reviews.llvm.org/D12158?vs=32567&id=72133#toc
Repository:
rL LLVM
https://reviews.llvm.org/D12158
Files:
lldb
Author: emaste
Date: Wed Sep 21 18:30:36 2016
New Revision: 282123
URL: http://llvm.org/viewvc/llvm-project?rev=282123&view=rev
Log:
Fix typo in lldb --help
Patch by Yacine Belkadi
Differential Revision: https://reviews.llvm.org/D12158
Modified:
lldb/trunk/tools/driver/Driver.cpp
Modified
emaste added inline comments.
Comment at: source/Plugins/Process/Utility/CMakeLists.txt:6
@@ -5,2 +5,3 @@
FreeBSDSignals.cpp
+ NetBSDSignals.cpp
GDBRemoteSignals.cpp
Should keep these in alpha order
Comment at: source/Target/UnixSignals.cp
Author: emaste
Date: Wed Dec 16 08:59:48 2015
New Revision: 255769
URL: http://llvm.org/viewvc/llvm-project?rev=255769&view=rev
Log:
Man page whitespace/formatting change to appease igor(1)
igor is a tool to detect common problems and style conformance issues in
man pages and other documents. Th
Author: emaste
Date: Wed Dec 16 09:37:21 2015
New Revision: 255771
URL: http://llvm.org/viewvc/llvm-project?rev=255771&view=rev
Log:
Include -c, -core in the lldb(1) man page
Modified:
lldb/trunk/docs/lldb.1
Modified: lldb/trunk/docs/lldb.1
URL:
http://llvm.org/viewvc/llvm-project/lldb/trun
Author: emaste
Date: Wed Dec 16 09:49:38 2015
New Revision: 255774
URL: http://llvm.org/viewvc/llvm-project?rev=255774&view=rev
Log:
Wrap Notes in --help output to 80 columns
Modified:
lldb/trunk/tools/driver/Driver.cpp
Modified: lldb/trunk/tools/driver/Driver.cpp
URL:
http://llvm.org/viewv
emaste accepted this revision.
emaste added a comment.
This revision is now accepted and ready to land.
LGTM
Or if you want show the set of arguments - e.g. ```expected frame-index, got 's
1'``` That might clarify the "too many arguments."
http://reviews.llvm.org/D15582
_
Author: emaste
Date: Tue Dec 22 09:57:21 2015
New Revision: 256248
URL: http://llvm.org/viewvc/llvm-project?rev=256248&view=rev
Log:
Remove PC -1 offset from FreeBSD arm64 UpdateAfterBreakpoint
It was a copy-and-paste leftover.
Modified:
lldb/trunk/source/Plugins/Process/FreeBSD/RegisterCon
Author: emaste
Date: Tue Dec 22 10:47:04 2015
New Revision: 256250
URL: http://llvm.org/viewvc/llvm-project?rev=256250&view=rev
Log:
Add expectedFailureFreeBSD to tests failing in the same way as on Linux
llvm.org/pr25819
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/namespac
Author: emaste
Date: Tue Dec 22 13:08:46 2015
New Revision: 256268
URL: http://llvm.org/viewvc/llvm-project?rev=256268&view=rev
Log:
Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSD
This new failure has been noted in the existing PR, llvm.org/pr15824
Modified:
Author: emaste
Date: Tue Dec 22 13:10:09 2015
New Revision: 256270
URL: http://llvm.org/viewvc/llvm-project?rev=256270&view=rev
Log:
XFAIL TestCppNsImport on FreeBSD
It has an existing XFAIL annotation for GCC >= 4.9 but it also fails on
FreeBSD 10.x with Clang 3.4.1.
llvm.org/pr25925
Modified:
Author: emaste
Date: Sun Jan 3 19:43:47 2016
New Revision: 256723
URL: http://llvm.org/viewvc/llvm-project?rev=256723&view=rev
Log:
Strip trailing whitespace
(There are changes in the copies of these four files in the FreeBSD base
system, and I've changed these ones to reduce gratuitous diffs in
Author: emaste
Date: Sun Jan 3 20:10:22 2016
New Revision: 256724
URL: http://llvm.org/viewvc/llvm-project?rev=256724&view=rev
Log:
Remove unused variable
Obtained from FreeBSD r292611
Modified:
lldb/trunk/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
Modifie
emaste added inline comments.
Comment at:
lldb/trunk/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp:308-309
@@ +307,4 @@
+
+static std::vector&
+GetSharedRegisterInfoVector ()
+{
Unused function?
Repository:
rL LLVM
http://reviews.llvm.org/D
Author: emaste
Date: Tue Feb 9 18:03:52 2016
New Revision: 260330
URL: http://llvm.org/viewvc/llvm-project?rev=260330&view=rev
Log:
Remove FreeBSD failure decorator from TestCppIncompleteTypes
CFLAGS is now being set correctly to pass -flimit-debug-info or
-fno-limit-debug-info on FreeBSD. I'm
Author: emaste
Date: Thu Feb 11 15:15:49 2016
New Revision: 260589
URL: http://llvm.org/viewvc/llvm-project?rev=260589&view=rev
Log:
XFAIL TestCommandScriptImmediateOutput on FreeBSD also
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/Tes
emaste created this revision.
emaste added a subscriber: lldb-commits.
Herald added a subscriber: emaste.
On FreeBSD _LIBCPP_EXTERN_TEMPLATE is being defined from something included by
lldb/lldb-private.h. Undefine it later to avoid the redefinition warning.
http://reviews.llvm.org/D17402
Files
Author: emaste
Date: Thu Feb 18 15:38:24 2016
New Revision: 261266
URL: http://llvm.org/viewvc/llvm-project?rev=261266&view=rev
Log:
Remove expectedFlakeyFreeBSD decorator for prompt setting
The race condition/use after free involved in setting long prompts
appears to be fixed now (although I do
emaste added a comment.
Nice work, happy to see this deduplication.
Repository:
rL LLVM
http://reviews.llvm.org/D17395
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: emaste
Date: Fri Feb 19 10:58:08 2016
New Revision: 261333
URL: http://llvm.org/viewvc/llvm-project?rev=261333&view=rev
Log:
Remove XFAIL from test passing on FreeBSD
Both Linux and FreeBSD had a comment "This needs to be root-caused."
It looks like the failure has been fixed on both, and
Author: emaste
Date: Fri Feb 19 11:31:05 2016
New Revision: 261339
URL: http://llvm.org/viewvc/llvm-project?rev=261339&view=rev
Log:
Remove XFAIL from test passing on FreeBSD
This is passing for me consistently on FreeBSD 10 and FreeBSD 11.
llvm.org/pr15989
Modified:
lldb/trunk/packages/Py
Author: emaste
Date: Fri Feb 19 11:35:01 2016
New Revision: 261340
URL: http://llvm.org/viewvc/llvm-project?rev=261340&view=rev
Log:
Remove XFAIL from test passing on FreeBSD
There is a report in the PR from several months ago that it failed
intermittently, but it is passing consistently for me o
emaste created this revision.
emaste added a reviewer: zturner.
emaste added a subscriber: lldb-commits.
All invocations are updated to use the generic expectedFailureAll.
http://reviews.llvm.org/D17455
Files:
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/expr
emaste updated this revision to Diff 48529.
emaste added a comment.
Address zturner feedback
http://reviews.llvm.org/D17455
Files:
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py
packages/Python/lld
emaste added inline comments.
Comment at:
packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py:26-27
@@ -25,5 +25,4 @@
@skipIfFreeBSD # llvm.org/pr24691 skipping to avoid crashing the test
runner
-@expectedFailureFreeBSD('llvm.org/pr19011') # N
Author: emaste
Date: Fri Feb 19 13:25:03 2016
New Revision: 261355
URL: http://llvm.org/viewvc/llvm-project?rev=261355&view=rev
Log:
Remove expectedFailureFreeBSD decorator
All invocations are updated to use the generic expectedFailureAll.
Differential Revision: http://reviews.llvm.org/D17455
This revision was automatically updated to reflect the committed changes.
Closed by commit rL261355: Remove expectedFailureFreeBSD decorator (authored by
emaste).
Changed prior to commit:
http://reviews.llvm.org/D17455?vs=48529&id=48533#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17455
emaste created this revision.
emaste added a reviewer: lldb-commits.
There's a proposed patch D18091 adding build-id support to lld that would
produce a 64-bit ID. There's some concern as existing tools typically expect
the build-id to be either 16 or 20 bytes.
Prior to this change lldb would r
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263432: Allow any build-id length between 4 and 20 bytes
inclusive (authored by emaste).
Changed prior to commit:
http://reviews.llvm.org/D18096?vs=50464&id=50587#toc
Repository:
rL LLVM
http://revi
Author: emaste
Date: Mon Mar 14 09:06:00 2016
New Revision: 263432
URL: http://llvm.org/viewvc/llvm-project?rev=263432&view=rev
Log:
Allow any build-id length between 4 and 20 bytes inclusive
Build-id support is being added to lld and by default it may produce a
64-bit build-id.
Prior to this ch
emaste added a subscriber: emaste.
emaste added a comment.
Now failing on FreeBSD: http://llvm.org/pr26937
Repository:
rL LLVM
http://reviews.llvm.org/D17972
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/
On 8 March 2016 at 19:02, Siva Chandra via lldb-commits
wrote:
> Author: sivachandra
> Date: Tue Mar 8 18:02:00 2016
> New Revision: 262970
>
> -@expectedFailureAll(compiler="clang", compiler_version=['<', '3.5'])
> +@expectedFailureAll(compiler="clang", compiler_version=['>', '3.5'])
Th
Author: emaste
Date: Mon Mar 14 13:59:44 2016
New Revision: 263467
URL: http://llvm.org/viewvc/llvm-project?rev=263467&view=rev
Log:
Enable expectedFailure for all Clang versions in TestRegisterVariables
In r262970 this was changed from xfail Clang < 3.5 to > 3.5, but it
still fails on FreeBSD 10
Author: emaste
Date: Mon Mar 14 15:39:08 2016
New Revision: 263486
URL: http://llvm.org/viewvc/llvm-project?rev=263486&view=rev
Log:
Shuffle an #undef to avoid a warning on FreeBSD
On FreeBSD _LIBCPP_EXTERN_TEMPLATE is being defined from something
included by lldb/lldb-private.h. Undefine it afte
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263486: Shuffle an #undef to avoid a warning on FreeBSD
(authored by emaste).
Changed prior to commit:
http://reviews.llvm.org/D17402?vs=48364&id=50641#toc
Repository:
rL LLVM
http://reviews.llvm.or
Author: emaste
Date: Wed Apr 13 08:32:06 2016
New Revision: 266197
URL: http://llvm.org/viewvc/llvm-project?rev=266197&view=rev
Log:
Match types in for loop to fix signedness comparison warning
Modified:
lldb/trunk/source/Symbol/Symtab.cpp
Modified: lldb/trunk/source/Symbol/Symtab.cpp
URL:
On 7 August 2015 at 02:39, Sagar Thakur via lldb-commits
wrote:
> Author: slthakur
> Date: Fri Aug 7 01:39:38 2015
> New Revision: 244308
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244308&view=rev
> Log:
> [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1
> mode su
On 10 August 2015 at 05:13, wrote:
>
>
> Hi Ed,
>
> We do not require to handle e_void case in GetData() as we have already
> checked if bytes_size greater than zero.
>>
>> 136bool
>> 137Scalar::GetData (DataExtractor &data, size_t limit_byte_size)
>> const
>> 138{
>>
On 7 August 2015 at 02:39, Sagar Thakur via lldb-commits
wrote:
>
> Author: slthakur
> Date: Fri Aug 7 01:39:38 2015
> New Revision: 244308
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244308&view=rev
> Log:
> [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1
> mode
On 7 August 2015 at 02:39, Sagar Thakur via lldb-commits
wrote:
>
> Author: slthakur
> Date: Fri Aug 7 01:39:38 2015
> New Revision: 244308
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244308&view=rev
> Log:
> [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1
> mode
emaste added a subscriber: emaste.
Comment at:
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp:186-187
@@ -186,1 +185,4 @@
+host_arch.GetMachine() == llvm::Triple::mips64el ||
+host_arch.GetMachine() == llvm::Triple::aarch64 ||
+ho
On 15 August 2015 at 01:21, Jason Molenda via lldb-commits
wrote:
>
> Author: jmolenda
> Date: Fri Aug 14 20:21:01 2015
> New Revision: 245141
>
> URL: http://llvm.org/viewvc/llvm-project?rev=245141&view=rev
> Log:
> A messy bit of cleanup: Move towards more descriptive names
> for eh_frame and st
On 18 August 2015 at 13:16, Ed Maste wrote:
> On 15 August 2015 at 01:21, Jason Molenda via lldb-commits
> wrote:
>>
>> Author: jmolenda
>> Date: Fri Aug 14 20:21:01 2015
>> New Revision: 245141
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=245141&view=rev
>> Log:
>> A messy bit of cleanup:
emaste resigned from this revision.
emaste removed a reviewer: emaste.
emaste added a comment.
Please feel free to re-add me if there's a new patch to review; I'm trying to
clear out my outstanding review list.
http://reviews.llvm.org/D5806
___
lld
emaste added a comment.
This seems fine to me - I agree that as long as we'll catch this e.g. through
one compiler on the build bots it should be sufficient.
http://reviews.llvm.org/D11099
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
h
emaste added a comment.
What's the next step with this change?
http://reviews.llvm.org/D6392
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
emaste added a subscriber: emaste.
emaste added a comment.
In http://reviews.llvm.org/D12485#236538, @sas wrote:
> Looks like accept4(2) is linux-only.
And FreeBSD -- from the man page `The accept4() system call appeared in FreeBSD
10.0.`
Repository:
rL LLVM
http://reviews.llvm.org/D12485
Author: emaste
Date: Mon Aug 31 16:37:15 2015
New Revision: 246490
URL: http://llvm.org/viewvc/llvm-project?rev=246490&view=rev
Log:
Remove expectedFailureFreeBSD for passing pexpect tests
These tests work when run locally. They had been occasionally failing
on the FreeBSD buildbot due to pexpect
On 1 September 2015 at 16:02, Zachary Turner via lldb-commits
wrote:
> Author: zturner
> Date: Tue Sep 1 15:02:29 2015
> New Revision: 246578
>
> URL: http://llvm.org/viewvc/llvm-project?rev=246578&view=rev
> Log:
> Have the Process hold a weak_ptr to the Target.
Hi Zach, would you be able to ma
On 2 September 2015 at 10:55, Zachary Turner wrote:
> I'll take a look today, thanks for letting me know
Np.
I need to get a FreeBSD buildbot back up again; the previous one was
taken down because the machine was overloaded (and flaky).
___
lldb-commit
On 2 September 2015 at 12:49, Zachary Turner wrote:
> I tried to fix this in r246672. I can't build on FreeBSD so I'm pretty much
> just guessing. If this doesn't fix it then please update me with the new
> build errors and I'll try again.
Great, thanks -- I was able to build it now, and will c
Author: emaste
Date: Tue Sep 8 08:05:15 2015
New Revision: 247009
URL: http://llvm.org/viewvc/llvm-project?rev=247009&view=rev
Log:
Exception registers aren't supported outside of Darwin
Apply test update from r234992 to FreeBSD
Modified:
lldb/trunk/test/python_api/lldbutil/iter/TestRegiste
Author: emaste
Date: Tue Sep 8 08:27:27 2015
New Revision: 247012
URL: http://llvm.org/viewvc/llvm-project?rev=247012&view=rev
Log:
Remove expectedFailureFreeBSD from passing
PluginCommandTestCase::test_load_plugin
This test was failing due to a libc++ vs libsdc++ conflict which should
be fixed
Author: emaste
Date: Tue Sep 8 08:33:21 2015
New Revision: 247013
URL: http://llvm.org/viewvc/llvm-project?rev=247013&view=rev
Log:
Enable
StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf
on FreeBSD
This test passes locally but was disabled due to pexpect issues o
Author: emaste
Date: Tue Sep 8 11:35:28 2015
New Revision: 247024
URL: http://llvm.org/viewvc/llvm-project?rev=247024&view=rev
Log:
Revert "Enable
StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf
on FreeBSD"
And update the comment describing the reason this test i
On 8 September 2015 at 12:35, Ed Maste via lldb-commits
wrote:
> Author: emaste
> Date: Tue Sep 8 11:35:28 2015
> New Revision: 247024
>
> URL: http://llvm.org/viewvc/llvm-project?rev=247024&view=rev
> Log:
> Revert "Enable
> S
emaste added a subscriber: emaste.
Comment at: scripts/utilsOsType.py:33
@@ -32,2 +32,3 @@
"FreeBSD",
+"NetBSD",
"Linux",
Please keep these in alpha order (other than Unknown at the top)
Repository:
rL LLVM
h
Author: emaste
Date: Wed Sep 9 08:10:33 2015
New Revision: 247141
URL: http://llvm.org/viewvc/llvm-project?rev=247141&view=rev
Log:
XFAIL TestFormatters on FreeBSD
The test is hitting an assertion in Clang. This is an extension of
r246766.
llvm.org/pr24691
Modified:
lldb/trunk/test/expres
Author: emaste
Date: Wed Sep 9 08:15:14 2015
New Revision: 247143
URL: http://llvm.org/viewvc/llvm-project?rev=247143&view=rev
Log:
Update expectedFailureFreeBSD to expectedFlakeyFreeBSD for intermittent tests
Due to LLDB or test race conditions these tests do not pass
consistently.
llvm.org/pr
On 9 September 2015 at 14:25, Zachary Turner via lldb-commits
wrote:
> Author: zturner
> Date: Wed Sep 9 13:25:13 2015
> New Revision: 247173
>
> URL: http://llvm.org/viewvc/llvm-project?rev=247173&view=rev
> Log:
> Don't allow duplicate names for tests.
>
> We had 2 tests named TestCPPBreakpoint
Author: emaste
Date: Wed Sep 9 16:00:10 2015
New Revision: 247190
URL: http://llvm.org/viewvc/llvm-project?rev=247190&view=rev
Log:
For now skip ThreadSpecificBreakTestCase on FreeBSD
It often hangs or times out, and obscures issues with other tests.
Just skip it for now (until the FreeBSD test
emaste added a comment.
In http://reviews.llvm.org/D12659#243729, @krytarowski wrote:
> In http://reviews.llvm.org/D12659#243415, @sas wrote:
>
> >
>
>
> To something more generic:
>
> // Some platforms will occasionally send nonstandard spurious SI_KERNEL
> codes.
> // One way to get this i
emaste added a subscriber: emaste.
emaste accepted this revision.
emaste added a reviewer: emaste.
emaste added a comment.
LGTM too
http://reviews.llvm.org/D12762
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bi
emaste added a subscriber: emaste.
Comment at: source/Host/posix/PipePosix.cpp:39
@@ -38,3 +38,3 @@
-// pipe2 is supported by Linux, FreeBSD v10 and higher.
+// pipe2 is supported by Linux, FreeBSD v10 and higher, NetBSD 6.0 and newer
// TODO: Add more platforms that support pi
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/
emaste created this revision.
emaste added reviewers: tfiala, labath.
emaste added a subscriber: lldb-commits.
Herald added a subscriber: emaste.
RegisterContextPOSIX.h is poorly named and contains only the declaration of
POSIXBreakpointProtocol, which is used for in-process live kernel debugging
Author: emaste
Date: Mon Sep 14 08:16:59 2015
New Revision: 247558
URL: http://llvm.org/viewvc/llvm-project?rev=247558&view=rev
Log:
Limit scope of RegisterContextPOSIX.h header
RegisterContextPOSIX.h is poorly named and contains only the declaration
of POSIXBreakpointProtocol, which is used for
This revision was automatically updated to reflect the committed changes.
Closed by commit rL247558: Limit scope of RegisterContextPOSIX.h header
(authored by emaste).
Changed prior to commit:
http://reviews.llvm.org/D12830?vs=34631&id=34666#toc
Repository:
rL LLVM
http://reviews.llvm.org/D
Author: emaste
Date: Mon Sep 14 09:20:56 2015
New Revision: 247561
URL: http://llvm.org/viewvc/llvm-project?rev=247561&view=rev
Log:
Move RegisterContextPOSIX.h to FreeBSD subdir
It is now used only by the FreeBSD in-process ptrace implementation.
Added:
lldb/trunk/source/Plugins/Process/Fre
Author: emaste
Date: Mon Sep 14 09:27:05 2015
New Revision: 247562
URL: http://llvm.org/viewvc/llvm-project?rev=247562&view=rev
Log:
Remove expectedFailureFreeBSD from passing test_process_list
This test passes locally but was marked XFAIL due to failures on the
FreeBSD buildbot. That buildbot ha
Author: emaste
Date: Mon Sep 14 09:31:46 2015
New Revision: 247563
URL: http://llvm.org/viewvc/llvm-project?rev=247563&view=rev
Log:
Remove expectedFailureFreeBSD from passing test_with_dwarf_formatters_api
llvm.org/pr24282
Modified:
lldb/trunk/test/python_api/formatters/TestFormattersSBAPI.
Author: emaste
Date: Mon Sep 14 09:40:22 2015
New Revision: 247564
URL: http://llvm.org/viewvc/llvm-project?rev=247564&view=rev
Log:
Remove expectedFailureFreeBSD from passing test_inferior_asserting_disassemble
llvm.org/pr18533
Modified:
lldb/trunk/test/functionalities/inferior-assert/TestI
Author: emaste
Date: Mon Sep 14 09:41:58 2015
New Revision: 247565
URL: http://llvm.org/viewvc/llvm-project?rev=247565&view=rev
Log:
Enable
StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf
on FreeBSD
This test passes locally but was disabled due to pexpect issues o
Author: emaste
Date: Mon Sep 14 09:42:22 2015
New Revision: 247566
URL: http://llvm.org/viewvc/llvm-project?rev=247566&view=rev
Log:
Add expectedFlakeyFreeBSD to TestMultithreaded tests
One or more of these tests failed in 25 of 100 dotest.py runs.
Modified:
lldb/trunk/test/api/multithreaded
On 29 June 2015 at 11:17, Ed Maste wrote:
> On 24 June 2015 at 19:13, Enrico Granata wrote:
>> Author: enrico
>> Date: Wed Jun 24 18:13:23 2015
>> New Revision: 240606
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=240606&view=rev
>> Log:
>> Handle (or at least don't crash) trying to get the
Author: emaste
Date: Mon Sep 14 10:12:49 2015
New Revision: 247568
URL: http://llvm.org/viewvc/llvm-project?rev=247568&view=rev
Log:
The pipe2(2) call is supported on NetBSD
Patch by Kamil Rytarowski.
Differential Revision: http://reviews.llvm.org/D12746
Modified:
lldb/trunk/source/Host/po
This revision was automatically updated to reflect the committed changes.
Closed by commit rL247568: The pipe2(2) call is supported on NetBSD (authored
by emaste).
Changed prior to commit:
http://reviews.llvm.org/D12746?vs=34512&id=34674#toc
Repository:
rL LLVM
http://reviews.llvm.org/D1274
On 14 September 2015 at 12:25, Todd Fiala via lldb-commits
wrote:
>
> Author: tfiala
> Date: Mon Sep 14 11:25:34 2015
> New Revision: 247576
>
> URL: http://llvm.org/viewvc/llvm-project?rev=247576&view=rev
> Log:
> Cleaned up a few unexpected successes on OS X
> ...
> -@expectedFailureClang('1
Author: emaste
Date: Mon Sep 14 13:40:52 2015
New Revision: 247594
URL: http://llvm.org/viewvc/llvm-project?rev=247594&view=rev
Log:
Correct XFAIL OS list after r247576
In ConstVariableTestCase::test_with_dwarf_and_run_command - the test
fails with Clang (and presumably ICC) also on FreeBSD.
Mod
Author: emaste
Date: Mon Sep 14 13:50:23 2015
New Revision: 247596
URL: http://llvm.org/viewvc/llvm-project?rev=247596&view=rev
Log:
Remove expectedFailureFreeBSD from now-passing test
ExprCommandCallUserDefinedFunction::test_with_dwarf
llvm.org/pr20274
Modified:
lldb/trunk/test/expression
Author: emaste
Date: Wed Sep 16 08:55:15 2015
New Revision: 247799
URL: http://llvm.org/viewvc/llvm-project?rev=247799&view=rev
Log:
Remove expectedFailureFreeBSD from passing test
ExprCommandWithTimeoutsTestCase::expectedFailureFreeBSD
This test passes locally but was marked XFAIL due to failur
Author: emaste
Date: Wed Sep 16 08:59:16 2015
New Revision: 247800
URL: http://llvm.org/viewvc/llvm-project?rev=247800&view=rev
Log:
Remove expectedFailureFreeBSD from passing test
ExprCommandCallUserDefinedFunction::test_with_dwarf
llvm.org/pr21142
Modified:
lldb/trunk/test/functionalitie
Author: emaste
Date: Wed Sep 16 09:05:20 2015
New Revision: 247801
URL: http://llvm.org/viewvc/llvm-project?rev=247801&view=rev
Log:
Remove expectedFailureFreeBSD from passing watchpoint tests
llvm.org/pr18832
Modified:
lldb/trunk/test/functionalities/watchpoint/hello_watchlocation/TestWatc
emaste added a comment.
In http://reviews.llvm.org/D12899#246881, @tfiala wrote:
> @emaste, I'm adding you because I have no idea what the state of the *BSD
> world is with regards to lldb-server. It looks like you might still use the
> process monitor bits so lldb-server might not be interest
emaste added a comment.
In http://reviews.llvm.org/D12899#247074, @zturner wrote:
> They're not really dependencies in the normal sense.
They're not build dependencies, but they are dependencies in the sense that
lldb-server is required for lldb to be usable in the normal use case. In my
opin
Author: emaste
Date: Wed Sep 16 13:00:09 2015
New Revision: 247822
URL: http://llvm.org/viewvc/llvm-project?rev=247822&view=rev
Log:
Decorate flaky FreeBSD test
ExprCommandWithTimeoutsTestCase::expectedFailureFreeBSD had an
expectedFailureFreeBSD decorator, removed in r247799. It had been flakey
On 16 September 2015 at 00:42, Greg Clayton via lldb-commits
wrote:
> Author: gclayton
> Date: Tue Sep 15 19:42:50 2015
> New Revision: 247764
>
> URL: http://llvm.org/viewvc/llvm-project?rev=247764&view=rev
> Log:
> Fix MacOSX since "imported" and "Imported::imported" are ambiguous. Test that
>
emaste accepted this revision.
emaste added a comment.
This revision is now accepted and ready to land.
I'm happy with the FreeBSD change. Minor nit, perhaps put in alpha order?
http://reviews.llvm.org/D12925
___
lldb-commits mailing list
lldb-commi
Author: emaste
Date: Mon Sep 21 08:32:21 2015
New Revision: 248155
URL: http://llvm.org/viewvc/llvm-project?rev=248155&view=rev
Log:
For now skip go tests that trigger assertion failures on FreeBSD
llvm.org/pr24895
Modified:
lldb/trunk/test/lang/go/goroutines/TestGoroutines.py
lldb/trunk
Author: emaste
Date: Mon Sep 21 08:44:57 2015
New Revision: 248157
URL: http://llvm.org/viewvc/llvm-project?rev=248157&view=rev
Log:
XFAIL TestConnectRemote.py on FreeBSD
Test fails with:
error: Process 1 was reported after connecting to
'connect://localhost:42922', but no stop reply pack
emaste added a subscriber: emaste.
emaste accepted this revision.
emaste added a reviewer: emaste.
emaste added a comment.
This revision is now accepted and ready to land.
LGTM
Although it ought to remain on the same line, no?
http://reviews.llvm.org/D13022
__
emaste added a comment.
Yes, updated change LGTM.
http://reviews.llvm.org/D13022
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
emaste added a comment.
Haven't reviewed in depth yet but in general I really like this idea.
Comment at: test/lldbtest.py:524
@@ +523,3 @@
+def no_debug_info_test(func):
+"""Decorate the item as a test what don't use any debug info. If this
annotation is specified
+
101 - 200 of 266 matches
Mail list logo