Re: [Lldb-commits] [lldb] r203781 - Hide some declarations from mingw.

2014-03-17 Thread Abid, Hafiz
Probably I was not clear in the description. Previously whole of the file case surrounded by _MSC_VER which was changes to _WIN32 so that code can be used for other compilers too. But there are certain declarations which are probably only needed on MSVC so they were surrounded by _MSC_VER. I

[Lldb-commits] [lldb] r204057 - Update copy-and-pasted log message

2014-03-17 Thread Ed Maste
Author: emaste Date: Mon Mar 17 12:05:22 2014 New Revision: 204057 URL: http://llvm.org/viewvc/llvm-project?rev=204057view=rev Log: Update copy-and-pasted log message Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp Modified:

[Lldb-commits] [lldb] r204064 - Correct copy-and-pasted comments for DetachOperation

2014-03-17 Thread Ed Maste
Author: emaste Date: Mon Mar 17 12:45:53 2014 New Revision: 204064 URL: http://llvm.org/viewvc/llvm-project?rev=204064view=rev Log: Correct copy-and-pasted comments for DetachOperation Modified: lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp

[Lldb-commits] [lldb] r204087 - Get ThreadPlanShouldStopHere to handle auto-stepping through line number 0 code.

2014-03-17 Thread Jim Ingham
Author: jingham Date: Mon Mar 17 18:03:34 2014 New Revision: 204087 URL: http://llvm.org/viewvc/llvm-project?rev=204087view=rev Log: Get ThreadPlanShouldStopHere to handle auto-stepping through line number 0 code. Modified: lldb/trunk/source/Target/ThreadPlanShouldStopHere.cpp Modified:

Re: [Lldb-commits] [lldb] r203781 - Hide some declarations from mingw.

2014-03-17 Thread Saleem Abdulrasool
On Mon, Mar 17, 2014 at 5:09 AM, Abid, Hafiz hafiz_a...@mentor.com wrote: Probably I was not clear in the description. Previously whole of the file case surrounded by _*MSC*_VER which was changes to _WIN32 so that code can be used for other compilers too. But there are certain declarations

[Lldb-commits] [lldb] r204110 - create constants for multichar constants

2014-03-17 Thread Saleem Abdulrasool
Author: compnerd Date: Mon Mar 17 23:43:47 2014 New Revision: 204110 URL: http://llvm.org/viewvc/llvm-project?rev=204110view=rev Log: create constants for multichar constants Multichar constants are not portable as the byte order is undefined. Use a constant value instead. This avoids a

[Lldb-commits] [lldb] r204112 - Expression: cleanup unused include

2014-03-17 Thread Saleem Abdulrasool
Author: compnerd Date: Mon Mar 17 23:43:53 2014 New Revision: 204112 URL: http://llvm.org/viewvc/llvm-project?rev=204112view=rev Log: Expression: cleanup unused include The standard JIT has been discarded in favour of MCJIT. USE_STANDARD_JIT is no longer defined. Furthermore, the execution