The Week Of Monday 7 October 2013 Archives by date
Starting: Mon Oct 7 07:22:53 PDT 2013
Ending: Fri Oct 11 17:40:03 PDT 2013
Messages: 98
- [Lldb-commits] [PATCH] Windows command-line driver - PlatformWindows patch
Deepak Panickal
- [Lldb-commits] [lldb] r191996 - <rdar://problem/12042982>
Thirumurthi, Ashok
- [Lldb-commits] [lldb] r191996 - <rdar://problem/12042982>
Enrico Granata
- [Lldb-commits] [lldb] r192116 - --raw was not always doing the right thing w.r.t. one-lining children. This checkin fixes that
Enrico Granata
- [Lldb-commits] [PATCH] Windows command-line driver - PlatformWindows patch
João Matos
- [Lldb-commits] [lldb] r192132 - xfail for gcc tests due to pr17499 (regressions due to r191966).
Ashok Thirumurthi
- [Lldb-commits] [lldb] r192134 - Mark tests failing on FreeBSD after r191996
Ed Maste
- [Lldb-commits] [lldb] r192155 - Fix build break: clang no longer supports -ast-dump-xml.
Richard Smith
- [Lldb-commits] [lldb] r192159 - Clarify how to handle a thread register context with a gap
Jason Molenda
- [Lldb-commits] [lldb] r192161 - Add entries for arm6m to ArchSpec's g_macho_arch_entries.
Jason Molenda
- [Lldb-commits] [lldb] r192206 - An example of data formatters that generate a summary for a Unicode UTF encoded string represented as a (pointer, length) pair
Enrico Granata
- [Lldb-commits] Windows command-line driver - PlatformWindows patch
Greg Clayton
- [Lldb-commits] [lldb] r192217 - <rdar://problem/11778815>
Enrico Granata
- [Lldb-commits] [PATCH] Opcode endianness proof-of-concept
Greg Clayton
- [Lldb-commits] [lldb] r192206 - An example of data formatters that generate a summary for a Unicode UTF encoded string represented as a (pointer, length) pair
Greg Clayton
- [Lldb-commits] [PATCH] LLDB Command line driver windows changes.
Greg Clayton
- [Lldb-commits] [lldb] r192233 - <rdar://problem/12632394>
Enrico Granata
- [Lldb-commits] [lldb] r192235 - Tweak documentation for formats in categories
Enrico Granata
- [Lldb-commits] [lldb] r192239 - <rdar://problem/14028923>
Enrico Granata
- [Lldb-commits] [lldb] r192255 - <rdar://problem/15180638>
Enrico Granata
- [Lldb-commits] [PATCH] Opcode endianness proof-of-concept
Ed Maste
- [Lldb-commits] [lldb] r192259 - <rdar://problem/14923930>
Enrico Granata
- [Lldb-commits] [lldb] r192263 - Clean up RegisterContextPOSIX i386 code.
Michael Sartain
- [Lldb-commits] [lldb] r192264 - Fixed a bug in the Materializer where we sent the
Sean Callanan
- [Lldb-commits] [lldb] r192267 - Fixed a bug where variables' byte sizes would not
Sean Callanan
- [Lldb-commits] [lldb] r192268 - Handle the case where completing variables in a frame
Jason Molenda
- [Lldb-commits] [lldb] r192296 - Fix filenames in header comment blocks
Ed Maste
- [Lldb-commits] [PATCH] Make CommandObjectProcess check process state before calling WaitForProcessToStop
Malea, Daniel
- [Lldb-commits] [PATCH] Make CommandObjectProcess check process state before calling WaitForProcessToStop
jingham at apple.com
- [Lldb-commits] [lldb] r192301 - Allow Process::WaitForProcessToStop to return immediately if process is already in the stopped state
Daniel Malea
- [Lldb-commits] [lldb] r192306 - Re-enable test_convenience_registers_16bit_with_process_attach test for Linux.
Michael Sartain
- [Lldb-commits] [lldb] r192307 - Add missing space between words in comment
Ed Maste
- [Lldb-commits] [PATCH] Initial mips64 support
Ed Maste
- [Lldb-commits] [lldb] r192318 - Add error checking to 'cmd' buffer as it may not be available (ie. in the case of exec).
Matt Kopec
- [Lldb-commits] [lldb] r192319 - Add exec support for Linux including common support for POSIX.
Matt Kopec
- [Lldb-commits] [lldb] r192322 - Add logging for POSIX DYLD failures
Ed Maste
- [Lldb-commits] [lldb] r192323 - Fix endianness in ObjectFile::CopyData
Ed Maste
- [Lldb-commits] [PATCH] Fix endianness in ObjectFile::CopyData
Ed Maste
- [Lldb-commits] [PATCH] Initial mips64 support
Greg Clayton
- [Lldb-commits] [lldb] r192326 - Initial checkin of curses-based LLDB UI (lui)
Daniel Malea
- [Lldb-commits] Curses LLDB UI
Malea, Daniel
- [Lldb-commits] [lldb] r192327 - Implemented the reverse-lookup API in the AST
Sean Callanan
- [Lldb-commits] [lldb] r192332 - Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into RegisterContextPOSIX_x86
Michael Sartain
- [Lldb-commits] [lldb] r192333 - Fixed a leak of ASTStructExtractors and also
Sean Callanan
- [Lldb-commits] [lldb] r192335 - POSIX RegisterContext for mips64
Ed Maste
- [Lldb-commits] [PATCH] Initial mips64 support
Ed Maste
- [Lldb-commits] [lldb] r192336 - POSIX RegisterContext for mips64
Ed Maste
- [Lldb-commits] [PATCH] Initial FreeBSD mips64 ProcessMonitor support
Ed Maste
- [Lldb-commits] [PATCH] Windows command-line driver - PlatformWindows patch
Deepak Panickal
- [Lldb-commits] [PATCH] Windows command-line driver - PlatformWindows patch
Deepak Panickal
- [Lldb-commits] [PATCH] Opcode endianness proof-of-concept
Ed Maste
- [Lldb-commits] [PATCH] Windows command-line driver - PlatformWindows patch
Malea, Daniel
- [Lldb-commits] [lldb] r192358 - POSIX dyld: handle extra MIPS link map field
Ed Maste
- [Lldb-commits] [PATCH] LLDB Command line driver windows changes.
Aidan Dodds
- [Lldb-commits] [lldb] r192372 - Removed the -t options from linking flags to avoid having the linker print out all .o files it was linking with.
Greg Clayton
- [Lldb-commits] [lldb] r192373 - <rdar://problem/14146606>
Greg Clayton
- [Lldb-commits] [PATCH] Initial FreeBSD mips64 ProcessMonitor support
Greg Clayton
- [Lldb-commits] [PATCH] Opcode endianness proof-of-concept
Greg Clayton
- [Lldb-commits] [PATCH] LLDB Command line driver windows changes.
Richard Mitton
- [Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Ed Maste
- [Lldb-commits] [PATCH] Opcode endianness proof-of-concept
Ed Maste
- [Lldb-commits] [PATCH] Opcode: Support different host/target endianness
Ed Maste
- [Lldb-commits] [lldb] r192387 - Initial FreeBSD mips64 ProcessMonitor support
Ed Maste
- [Lldb-commits] [lldb] r192388 - Update comment (MIPS also has 32-bit opcodes)
Ed Maste
- [Lldb-commits] [PATCH] LLDB Command line driver windows changes.
Greg Clayton
- [Lldb-commits] [PATCH] LLDB Command line driver windows changes.
Greg Clayton
- [Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Greg Clayton
- [Lldb-commits] [PATCH] Opcode: Support different host/target endianness
Greg Clayton
- [Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Ed Maste
- [Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Greg Clayton
- [Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Ed Maste
- [Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Greg Clayton
- [Lldb-commits] [lldb] r192400 - Document the QEnvironmentHexEncoded packet, and explain why it is
Jason Molenda
- [Lldb-commits] [lldb] r192408 - Support mips shared object debug info
Ed Maste
- [Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Ed Maste
- [Lldb-commits] [lldb] r192420 - Expand some embedded tab chars to spaces - no changes other than whitespace.
Jason Molenda
- [Lldb-commits] Fwd: [PATCH] LLDB Command line driver windows changes.
Aidan Dodds
- [Lldb-commits] [PATCH] when connecting to a running gdb process or launch one from them, set the process architecture before calling SetThreadStopInfo
Carlo Kok
- [Lldb-commits] [PATCH] LLDB Command line driver windows changes.
Aidan Dodds
- [Lldb-commits] [PATCH] Simplify indirect rld_map for mips (r192408).
Ed Maste
- [Lldb-commits] [lldb] r191617 - Remove useless declaration. If match_type == eNameMatchIgnore, we already left this function at the beginning of the method. Found by coverity. Fixes CID 1094188
Ed Maste
- [Lldb-commits] [PATCH] LLDB Command line driver windows changes.
Greg Clayton
- [Lldb-commits] [lldb] r192462 - Eliminate integer sign comparison warning
Ed Maste
- [Lldb-commits] [PATCH] when connecting to a running gdb process or launch one from them, set the process architecture before calling SetThreadStopInfo
Greg Clayton
- [Lldb-commits] [PATCH] Simplify indirect rld_map for mips (r192408).
Greg Clayton
- [Lldb-commits] [lldb] r192466 - Add LLVM license headers to lldb ui frontend
Daniel Malea
- [Lldb-commits] [lldb] r192467 - Expected FreeBSD failure due to pr 17430
Ed Maste
- [Lldb-commits] [lldb] r192469 - Simplify indirect rld_map for mips (rework r192408).
Ed Maste
- [Lldb-commits] [PATCH] Simplify indirect rld_map for mips (r192408).
Ed Maste
- [Lldb-commits] [lldb] r192484 - Fixed bad return code, which would cause invalid expressions to silently fail.
Richard Mitton
- [Lldb-commits] [lldb] r192486 - Use existing llvm::RoundUpToAlignment in ELF note parsing
Ed Maste
- [Lldb-commits] [lldb] r192488 - This reverts r192484, which I really shouldn't have checked in. Apologies.
Richard Mitton
- [Lldb-commits] [lldb] r192489 - Implemented TruncInst in the IRInterpreter.
Sean Callanan
- [Lldb-commits] [lldb] r192491 - <rdar://problem/13635174>
Greg Clayton
- [Lldb-commits] [lldb] r192510 - <rdar://problem/15191078>
Greg Clayton
- [Lldb-commits] [lldb] r192511 - <rdar://problem/15192088>
Enrico Granata
- [Lldb-commits] [lldb] r192516 - Updated IRExecutionUnit to reflect changes in
Sean Callanan
- [Lldb-commits] [lldb] r192518 - Report the summed hit count in the breakpoint line.
Jim Ingham
Last message date:
Fri Oct 11 17:40:03 PDT 2013
Archived on: Tue Aug 4 15:44:45 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).