[Lldb-commits] [lldb] r187169 - Fixed several problems with watchpoint expressions.

2013-07-26 Thread Sean Callanan
Author: spyffe Date: Thu Jul 25 18:12:53 2013 New Revision: 187169 URL: http://llvm.org/viewvc/llvm-project?rev=187169view=rev Log: Fixed several problems with watchpoint expressions. - First, the watchpoint size was being cast to the wrong type. This is primarily cosmetic, but annoying. -

[Lldb-commits] [lldb] r187270 - Document show args - settings show target.run-args

2013-07-26 Thread Jim Ingham
Author: jingham Date: Fri Jul 26 18:20:05 2013 New Revision: 187270 URL: http://llvm.org/viewvc/llvm-project?rev=187270view=rev Log: Document show args - settings show target.run-args Modified: lldb/trunk/www/lldb-gdb.html Modified: lldb/trunk/www/lldb-gdb.html URL:

Re: [Lldb-commits] [PATCH] Usability improvements for Intel X86 disassembly (lldb)

2013-07-26 Thread Richard Mitton
I set the defaults as 'hex-by-default' and C-style, so it should be fine for most people. As for lower case pointers, it's mostly just a matter of style I think. I don't see any reason to special case it compared to everything else. Visual Studio uses lower case too. Richard Mitton

Re: [Lldb-commits] [PATCH] Usability improvements for Intel X86 disassembly (lldb)

2013-07-26 Thread Jason Molenda
If this patch brings the Intel disassembly style closer to Visual Studio's output, I think it's fine - that's a better benchmark than gdb's Intel disassembly style. Let's check in with Sean Callanan (who wrote this code originally) before committing anything though. On Jul 26, 2013, at 4:35