[Lldb-commits] [lldb] r204311 - cmake: fix build with CompilerRT

2014-03-20 Thread Saleem Abdulrasool
Author: compnerd Date: Thu Mar 20 01:08:41 2014 New Revision: 204311 URL: http://llvm.org/viewvc/llvm-project?rev=204311view=rev Log: cmake: fix build with CompilerRT A redefinition of append_if in CompilerRTUtils causes the append_if to fail. Manually append the values to the flags. Thanks to

[Lldb-commits] [lldb] r204309 - Core: preprocess out TestPromptFormats

2014-03-20 Thread Saleem Abdulrasool
Author: compnerd Date: Thu Mar 20 01:08:21 2014 New Revision: 204309 URL: http://llvm.org/viewvc/llvm-project?rev=204309view=rev Log: Core: preprocess out TestPromptFormats TestPromptFormats appears as though it may be a useful unit test. Unfortunately, there is no invocation mechanism in place

[Lldb-commits] [lldb] r204310 - cleanup unreferenced functions

2014-03-20 Thread Saleem Abdulrasool
Author: compnerd Date: Thu Mar 20 01:08:36 2014 New Revision: 204310 URL: http://llvm.org/viewvc/llvm-project?rev=204310view=rev Log: cleanup unreferenced functions This is a mechanical cleanup of unused functions. In the case where the functions are referenced (in comment form), I've simply

[Lldb-commits] [lldb] r204336 - Change the type in va_arg call from char to int.

2014-03-20 Thread Hafiz Abid Qadeer
Author: abidh Date: Thu Mar 20 06:24:44 2014 New Revision: 204336 URL: http://llvm.org/viewvc/llvm-project?rev=204336view=rev Log: Change the type in va_arg call from char to int. It is supposed to take fully promoted types. Modified: lldb/trunk/source/Host/windows/EditLineWin.cpp Modified:

[Lldb-commits] [lldb] r204359 - Guard against reading from host address of 0 in getting the data from a Value.

2014-03-20 Thread Jim Ingham
Author: jingham Date: Thu Mar 20 12:13:28 2014 New Revision: 204359 URL: http://llvm.org/viewvc/llvm-project?rev=204359view=rev Log: Guard against reading from host address of 0 in getting the data from a Value. Modified: lldb/trunk/source/Core/Value.cpp Modified:

[Lldb-commits] [lldb] r204360 - Quiet Clang warning about signed/unsigned comparison

2014-03-20 Thread Ed Maste
Author: emaste Date: Thu Mar 20 12:34:26 2014 New Revision: 204360 URL: http://llvm.org/viewvc/llvm-project?rev=204360view=rev Log: Quiet Clang warning about signed/unsigned comparison Modified: lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp Modified:

[Lldb-commits] [lldb] r204369 - Add support for dumping DW_LNE_set_discriminator line table extended entries.

2014-03-20 Thread Greg Clayton
Author: gclayton Date: Thu Mar 20 13:31:11 2014 New Revision: 204369 URL: http://llvm.org/viewvc/llvm-project?rev=204369view=rev Log: Add support for dumping DW_LNE_set_discriminator line table extended entries. Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp

[Lldb-commits] [lldb] r204402 - Fixed case typo.

2014-03-20 Thread Greg Clayton
Author: gclayton Date: Thu Mar 20 16:45:00 2014 New Revision: 204402 URL: http://llvm.org/viewvc/llvm-project?rev=204402view=rev Log: Fixed case typo. Modified: lldb/trunk/source/Plugins/Process/POSIX/POSIXThread.cpp Modified: lldb/trunk/source/Plugins/Process/POSIX/POSIXThread.cpp URL: