The Week Of Monday 14 October 2013 Archives by subject
Starting: Mon Oct 14 00:09:13 PDT 2013
Ending: Sun Oct 20 10:48:02 PDT 2013
Messages: 66
- [Lldb-commits] [lldb] r192571 - Set the architecture from the remote executable when it's not set so the register info can be loaded properly (and thus the callstacks work)
Carlo Kok
- [Lldb-commits] [lldb] r192578 - Suppress "using extended field designator is an extension" warning in use of offsetof.
Andy Gibbs
- [Lldb-commits] [lldb] r192579 - Test commit
Deepak Panickal
- [Lldb-commits] [lldb] r192580 - Remove added file for the test commit
Deepak Panickal
- [Lldb-commits] [lldb] r192595 - Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a comment
Sylvestre Ledru
- [Lldb-commits] [lldb] r192595 - Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a comment
Joerg Sonnenberger
- [Lldb-commits] [lldb] r192628 - Add the capability for LLDB to query an arbitrary Python module (passed in as a file path) for target-specific settings
Enrico Granata
- [Lldb-commits] [lldb] r192646 - <rdar://problem/14972424>
Greg Clayton
- [Lldb-commits] [lldb] r192693 - Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch.
Deepak Panickal
- [Lldb-commits] [lldb] r192702 - Update makefiles to build PlatformWindows
Deepak Panickal
- [Lldb-commits] [lldb] r192714 - Patch enabling lldb command line driver to run on windows.
Deepak Panickal
- [Lldb-commits] [lldb] r192724 - Unbreak the build on OSX by defining Initialize() and Terminate() for the Windows platform plugin
Enrico Granata
- [Lldb-commits] [lldb] r192725 - string.h and clang headers are apparently no longer necessary for SBType to compile
Enrico Granata
- [Lldb-commits] [lldb] r192741 - <rdar://problem/15235492>
Enrico Granata
- [Lldb-commits] [lldb] r192765 - Add a ListWin to cui to show scrollabled lists
Ben Langmuir
- [Lldb-commits] [lldb] r192766 - lui: clean up breakpoint window, and allow multi-line list items
Ben Langmuir
- [Lldb-commits] [lldb] r192768 - A couple of small visual improvements for lui
Ben Langmuir
- [Lldb-commits] [lldb] r192780 - Unbreak the gcc build (complain about duplicate definition of Initialize/Terminate (done in the cpp code)
Sylvestre Ledru
- [Lldb-commits] [lldb] r192789 - Fix FreeBSD build after r192714 (Windows command line driver)
Ed Maste
- [Lldb-commits] [lldb] r192811 - prevent lui from crashing with small source files
Sriram Murali
- [Lldb-commits] [lldb] r192814 - lui: enable tab completion in command window
Sriram Murali
- [Lldb-commits] [lldb] r192833 - Added the Windows platform to our .xcodeproj,
Sean Callanan
- [Lldb-commits] [lldb] r192857 - Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to link.
Greg Clayton
- [Lldb-commits] [lldb] r192858 - <rdar://problem/14972424>
Greg Clayton
- [Lldb-commits] [lldb] r192893 - Remove unused DWARFCompileUnit::Extract variant
Ed Maste
- [Lldb-commits] [lldb] r192897 - Correct log message typo: ended ad -> ended at
Ed Maste
- [Lldb-commits] [lldb] r192917 - Rearranged linker flags for test suite.
Richard Mitton
- [Lldb-commits] [lldb] r192918 - Whitespace: replace 4-space-tabs with spaces
Ed Maste
- [Lldb-commits] [lldb] r192920 - Fix building with ENABLE_DEBUG_PRINTF
Ed Maste
- [Lldb-commits] [lldb] r192922 - Added support for reading thread-local storage variables, as defined using the __thread modifier.
Richard Mitton
- [Lldb-commits] [lldb] r192922 - Added support for reading thread-local storage variables, as defined using the __thread modifier.
Ed Maste
- [Lldb-commits] [lldb] r192922 - Added support for reading thread-local storage variables, as defined using the __thread modifier.
Richard Mitton
- [Lldb-commits] [lldb] r192922 - Added support for reading thread-local storage variables, as defined using the __thread modifier.
Ed Maste
- [Lldb-commits] [lldb] r192922 - Added support for reading thread-local storage variables, as defined using the __thread modifier.
Richard Mitton
- [Lldb-commits] [lldb] r192928 - This is the last piece of work for "formats in categories": we now cache formats as well as summaries and synthetics
Enrico Granata
- [Lldb-commits] [lldb] r192929 - Removed unnecessary call to OpenFirstAvailableMaster.
Richard Mitton
- [Lldb-commits] [lldb] r192949 - Move the code which translates a dispatch_qaddr into a
Jason Molenda
- [Lldb-commits] [lldb] r192962 - Adjust PC after hitting breakpoint on remote target.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r192986 - BreakpointResolverFileRegex.cpp wandered from the lldb-core target to the LLDB.framework target.
Jim Ingham
- [Lldb-commits] [lldb] r192987 - Make sure the CallFunction Thread plans don't try to do DoTakedown if their thread
Jim Ingham
- [Lldb-commits] [lldb] r192989 - Mark the selected frame of the selected thread in backtraces.
Jim Ingham
- [Lldb-commits] [lldb] r192993 - <rdar://problem/15182550>
Enrico Granata
- [Lldb-commits] [lldb] r192994 - Add stub FreeBSD ProcessMonitor::ReadThreadPointer
Ed Maste
- [Lldb-commits] [lldb] r192999 - Fix build failure on FreeBSD/clang by using auto iterator type
Ed Maste
- [Lldb-commits] [lldb] r193016 - ValueObject and SBValue's GetChildMemberWithName should look through anonymous structs
Jim Ingham
- [Lldb-commits] [lldb] r193052 - Make sure switch covers all values.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r193053 - Fix python-free build.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r193053 - Fix python-free build.
Enrico Granata
- [Lldb-commits] [PATCH] Added support for reading thread-local storage variables, as defined using the __thread modifier.
Richard Mitton
- [Lldb-commits] [PATCH] Added support for reading thread-local storage variables, as defined using the __thread modifier.
Michael Sartain
- [Lldb-commits] [PATCH] Added support for reading thread-local storage variables, as defined using the __thread modifier.
Greg Clayton
- [Lldb-commits] [PATCH] Added support for reading thread-local storage variables, as defined using the __thread modifier.
Richard Mitton
- [Lldb-commits] [PATCH] Added support for reading thread-local storage variables, as defined using the __thread modifier.
Greg Clayton
- [Lldb-commits] [PATCH] Added support for reading thread-local storage variables, as defined using the __thread modifier.
Richard Mitton
- [Lldb-commits] [PATCH] Added support for reading thread-local storage variables, as defined using the __thread modifier.
Greg Clayton
- [Lldb-commits] [PATCH] Windows Build Fixes
Deepak Panickal
- [Lldb-commits] [PATCH] Windows Build Fixes
Ed Maste
- [Lldb-commits] [PATCH] Windows Build Fixes
Deepak Panickal
- [Lldb-commits] [PATCH] Windows Build Fixes
Greg Clayton
- [Lldb-commits] [PATCH] Windows Build Fixes
João Matos
- [Lldb-commits] [PATCH] Windows command-line driver - PlatformWindows patch
Deepak Panickal
- [Lldb-commits] [PATCH] Windows command-line driver - PlatformWindows patch
Greg Clayton
- [Lldb-commits] Fwd: buildbot failure in LLVM on lldb-x86_64-debian-clang
Enrico Granata
- [Lldb-commits] Fwd: buildbot failure in LLVM on lldb-x86_64-debian-clang
Langmuir, Ben
- [Lldb-commits] Fwd: buildbot failure in LLVM on lldb-x86_64-debian-clang
Enrico Granata
- [Lldb-commits] Fwd: buildbot failure in LLVM on lldb-x86_64-debian-clang
Deepak Panickal
Last message date:
Sun Oct 20 10:48:02 PDT 2013
Archived on: Tue Aug 4 15:44:46 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).