[Lldb-commits] [lldb] r206270 - Remove 1 check against a boolean.

2014-04-15 Thread Hafiz Abid Qadeer
Author: abidh Date: Tue Apr 15 05:06:47 2014 New Revision: 206270 URL: http://llvm.org/viewvc/llvm-project?rev=206270view=rev Log: Remove 1 check against a boolean. I saw a complain about this code on the LLVM channel. It looks wrong to me as has_tag is a boolean. I am committing it as obvious.

[Lldb-commits] [lldb] r206277 - Make LLDB builds against the current LLVM sources (modification on createMCDisassembler introduced by r206241)

2014-04-15 Thread Sylvestre Ledru
Author: sylvestre Date: Tue Apr 15 07:07:25 2014 New Revision: 206277 URL: http://llvm.org/viewvc/llvm-project?rev=206277view=rev Log: Make LLDB builds against the current LLVM sources (modification on createMCDisassembler introduced by r206241) Modified:

[Lldb-commits] [lldb] r206278 - Remove trailing spaces

2014-04-15 Thread Sylvestre Ledru
Author: sylvestre Date: Tue Apr 15 07:08:57 2014 New Revision: 206278 URL: http://llvm.org/viewvc/llvm-project?rev=206278view=rev Log: Remove trailing spaces Modified: lldb/trunk/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp

[Lldb-commits] [lldb] r206319 - Add FreeBSD-specific SIGTHR and SIGLIBRT signals

2014-04-15 Thread Ed Maste
Author: emaste Date: Tue Apr 15 15:22:32 2014 New Revision: 206319 URL: http://llvm.org/viewvc/llvm-project?rev=206319view=rev Log: Add FreeBSD-specific SIGTHR and SIGLIBRT signals Added: lldb/trunk/source/Plugins/Process/FreeBSD/FreeBSDSignals.cpp

[Lldb-commits] [lldb] r206350 - m_interrupt_sent wasn't being initialized, and wasn't being reset after an

2014-04-15 Thread Jim Ingham
Author: jingham Date: Tue Apr 15 21:24:17 2014 New Revision: 206350 URL: http://llvm.org/viewvc/llvm-project?rev=206350view=rev Log: m_interrupt_sent wasn't being initialized, and wasn't being reset after an interrupt. Do both of those. Modified:

[Lldb-commits] [lldb] r206351 - Clean up the logic in setting timeouts a bit, and the logging as well.

2014-04-15 Thread Jim Ingham
Author: jingham Date: Tue Apr 15 21:24:48 2014 New Revision: 206351 URL: http://llvm.org/viewvc/llvm-project?rev=206351view=rev Log: Clean up the logic in setting timeouts a bit, and the logging as well. Modified: lldb/trunk/source/Target/Process.cpp Modified: