[Lldb-commits] [lldb] r237239 - Remote Non-Stop Support

2015-05-13 Thread Ewan Crawford
Author: ewancrawford Date: Wed May 13 04:18:18 2015 New Revision: 237239 URL: http://llvm.org/viewvc/llvm-project?rev=237239view=rev Log: Remote Non-Stop Support Summary: This patch is the beginnings of support for Non-stop mode in the remote protocol. Letting a user examine stopped threads,

[Lldb-commits] [lldb] r237238 - Fix a few compile warnings

2015-05-13 Thread Ilia K
Author: ki.stfu Date: Wed May 13 04:04:59 2015 New Revision: 237238 URL: http://llvm.org/viewvc/llvm-project?rev=237238view=rev Log: Fix a few compile warnings Modified: lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp

[Lldb-commits] [lldb] r237240 - Fix arm instruction emulation of add (imm) and sub (imm)

2015-05-13 Thread Tamas Berghammer
Author: tberghammer Date: Wed May 13 04:25:06 2015 New Revision: 237240 URL: http://llvm.org/viewvc/llvm-project?rev=237240view=rev Log: Fix arm instruction emulation of add (imm) and sub (imm) Differential revision: http://reviews.llvm.org/D9704 Modified:

[Lldb-commits] [lldb] r237248 - Refactor lldb-mi's prompt

2015-05-13 Thread Ilia K
Author: ki.stfu Date: Wed May 13 07:18:20 2015 New Revision: 237248 URL: http://llvm.org/viewvc/llvm-project?rev=237248view=rev Log: Refactor lldb-mi's prompt Summary: This patch fixes/cleans code around of (gdb) prompt: # Add CMICmnStreamStdout::WritePrompt # Clean up

[Lldb-commits] [lldb] r237278 - Change Linux Platform to support non-host Linux architectures

2015-05-13 Thread Ted Woodward
Author: ted Date: Wed May 13 13:52:56 2015 New Revision: 237278 URL: http://llvm.org/viewvc/llvm-project?rev=237278view=rev Log: Change Linux Platform to support non-host Linux architectures Summary: This was originally http://reviews.llvm.org/D8709 , but I didn't commit it correctly. Since

[Lldb-commits] [lldb] r237291 - Fix broken test, this wasn't supposed to get committed.

2015-05-13 Thread Zachary Turner
Author: zturner Date: Wed May 13 15:21:22 2015 New Revision: 237291 URL: http://llvm.org/viewvc/llvm-project?rev=237291view=rev Log: Fix broken test, this wasn't supposed to get committed. Modified: lldb/trunk/test/functionalities/paths/TestPaths.py Modified:

[Lldb-commits] [lldb] r237292 - Don't import lock on Windows.

2015-05-13 Thread Zachary Turner
Author: zturner Date: Wed May 13 15:21:33 2015 New Revision: 237292 URL: http://llvm.org/viewvc/llvm-project?rev=237292view=rev Log: Don't import lock on Windows. lock imports fcntl, which doesn't exist on Windows. If we need to use this class on Windows, we will need to implement something

[Lldb-commits] [lldb] r237288 - Select expected remote libc++ library name based on remote platform.

2015-05-13 Thread Robert Flack
Author: flackr Date: Wed May 13 15:17:34 2015 New Revision: 237288 URL: http://llvm.org/viewvc/llvm-project?rev=237288view=rev Log: Select expected remote libc++ library name based on remote platform. Select expected remote libc++ library name based on remote platform. This is used to verify

[Lldb-commits] [lldb] r237282 - Fix an issue with finding python on Windows.

2015-05-13 Thread Zachary Turner
Author: zturner Date: Wed May 13 14:44:57 2015 New Revision: 237282 URL: http://llvm.org/viewvc/llvm-project?rev=237282view=rev Log: Fix an issue with finding python on Windows. Someone must have changed the behavior of FileSpec slightly relating to whether or not there is a trailing backslash

[Lldb-commits] [lldb] r237303 - Initial FreeBSD/arm live debugging support

2015-05-13 Thread Ed Maste
Author: emaste Date: Wed May 13 17:33:12 2015 New Revision: 237303 URL: http://llvm.org/viewvc/llvm-project?rev=237303view=rev Log: Initial FreeBSD/arm live debugging support Patch by Tom Rix, except using the RegisterContextFreeBSD_arm files added in r235305 instead. Modified:

[Lldb-commits] [lldb] r237302 - Rearrange PlatformFreeBSD to match PlatformLinux

2015-05-13 Thread Ed Maste
Author: emaste Date: Wed May 13 17:26:24 2015 New Revision: 237302 URL: http://llvm.org/viewvc/llvm-project?rev=237302view=rev Log: Rearrange PlatformFreeBSD to match PlatformLinux No functional change, but this simplifies diffs of the two. Modified:

[Lldb-commits] [lldb] r237313 - Restore breaks lost in shuffling GetSoftwareBreakpointTrapOpcode

2015-05-13 Thread Ed Maste
Author: emaste Date: Wed May 13 18:09:43 2015 New Revision: 237313 URL: http://llvm.org/viewvc/llvm-project?rev=237313view=rev Log: Restore breaks lost in shuffling GetSoftwareBreakpointTrapOpcode Modified: lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp Modified:

[Lldb-commits] [lldb] r237306 - Add AArch64 and MIPS breakpoint opcodes and sort cases

2015-05-13 Thread Ed Maste
Author: emaste Date: Wed May 13 17:40:01 2015 New Revision: 237306 URL: http://llvm.org/viewvc/llvm-project?rev=237306view=rev Log: Add AArch64 and MIPS breakpoint opcodes and sort cases New opcodes from PlatformLinux.cpp Modified:

[Lldb-commits] [lldb] r237315 - Add mips64el trap opcode to PlatformFreeBSD as well

2015-05-13 Thread Ed Maste
Author: emaste Date: Wed May 13 18:12:51 2015 New Revision: 237315 URL: http://llvm.org/viewvc/llvm-project?rev=237315view=rev Log: Add mips64el trap opcode to PlatformFreeBSD as well Modified: lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp Modified:

[Lldb-commits] [lldb] r237319 - Added XTIMEOUT for TestAttachDenied.py

2015-05-13 Thread Vince Harron
Author: vharron Date: Wed May 13 18:59:03 2015 New Revision: 237319 URL: http://llvm.org/viewvc/llvm-project?rev=237319view=rev Log: Added XTIMEOUT for TestAttachDenied.py Modified: lldb/trunk/test/dosep.py Modified: lldb/trunk/test/dosep.py URL:

[Lldb-commits] [lldb] r237322 - Implement an objc tagged-pointer info command that will provide information about what LLDB thinks an ObjC tagged pointer represents

2015-05-13 Thread Enrico Granata
Author: enrico Date: Wed May 13 19:46:47 2015 New Revision: 237322 URL: http://llvm.org/viewvc/llvm-project?rev=237322view=rev Log: Implement an objc tagged-pointer info command that will provide information about what LLDB thinks an ObjC tagged pointer represents Modified:

Re: [Lldb-commits] [lldb] r237230 - Darwin - fix intermitent crashes in import crashinfo

2015-05-13 Thread Ilia K
After your changes the ./dotest.py leaves crashinfo.lock file in test dir. Could you fix it? Thanks, Ilia On Wed, May 13, 2015 at 8:00 AM, Vince Harron vi...@nethacker.com wrote: Author: vharron Date: Wed May 13 00:00:23 2015 New Revision: 237230 URL:

[Lldb-commits] [lldb] r237270 - Enable workaround for finding functions in global namespace on linux binaries on

2015-05-13 Thread Robert Flack
Author: flackr Date: Wed May 13 13:20:02 2015 New Revision: 237270 URL: http://llvm.org/viewvc/llvm-project?rev=237270view=rev Log: Enable workaround for finding functions in global namespace on linux binaries on all hosts. We require a workaround to be able to locate global and anonymous

[Lldb-commits] [lldb] r237271 - Check the host platform to determine logging channel to test in TestRegisters.py

2015-05-13 Thread Robert Flack
Author: flackr Date: Wed May 13 13:23:10 2015 New Revision: 237271 URL: http://llvm.org/viewvc/llvm-project?rev=237271view=rev Log: Check the host platform to determine logging channel to test in TestRegisters.py Checks the host platform to determine logging channel to test in TestRegisters.py

[Lldb-commits] [lldb] r237279 - Add a comment clarifying what func_name_type_mask is.

2015-05-13 Thread Jim Ingham
Author: jingham Date: Wed May 13 14:01:15 2015 New Revision: 237279 URL: http://llvm.org/viewvc/llvm-project?rev=237279view=rev Log: Add a comment clarifying what func_name_type_mask is. Modified: lldb/trunk/include/lldb/Target/Target.h Modified: lldb/trunk/include/lldb/Target/Target.h URL: