The Week Of Monday 17 June 2013 Archives by date
Starting: Mon Jun 17 08:35:43 PDT 2013
Ending: Fri Jun 21 18:42:49 PDT 2013
Messages: 97
- [Lldb-commits] [lldb] r184082 - Remove extra modules.Append() as it causes dupes in the m_images array. (Used with image list, etc.)
Michael Sartain
- [Lldb-commits] Improvements to PECOFF support
Virgile Bello
- [Lldb-commits] Improvements to PECOFF support
Carlo Kok
- [Lldb-commits] Improvements to PECOFF support
Virgile Bello
- [Lldb-commits] Improvements to PECOFF support
Carlo Kok
- [Lldb-commits] Patch for Review: Add new Linux auxv types
Kopec, Matt
- [Lldb-commits] Improvements to PECOFF support
Virgile Bello
- [Lldb-commits] Patch for Review: Add new Linux auxv types
Ed Maste
- [Lldb-commits] [lldb] r184094 - Add newer Linux AT_ defines from elf.h.
Michael Sartain
- [Lldb-commits] Fix for double command completion text
Kopec, Matt
- [Lldb-commits] [lldb] r184104 - Fix single whitespace before breakpoint filename in some tests due to r183932.
Matt Kopec
- [Lldb-commits] [lldb] r184125 - Fixed a problem in the expression parser that
Sean Callanan
- [Lldb-commits] [lldb] r184126 - Fix breakpoint test to account for full path of source file location.
Matt Kopec
- [Lldb-commits] [lldb] r184127 - Fixing a linking issue when building LLDB with ToT LLVM
Enrico Granata
- [Lldb-commits] Improvements to PECOFF support
Greg Clayton
- [Lldb-commits] Patch for Review: Add new Linux auxv types
Greg Clayton
- [Lldb-commits] [lldb] r184140 - <rdar://problem/14134716>
Enrico Granata
- [Lldb-commits] [lldb] r184143 - Add new files to CMakeLists.txt to fix cmake build error.
Michael Sartain
- [Lldb-commits] [lldb] r184147 - Renaming the "--wipe" option to "command history" to "--clear" (-C) for coherence with the rest of the LLDB command-line interface
Enrico Granata
- [Lldb-commits] Fix for double command completion text
Matthew Sorrels
- [Lldb-commits] Fix for double command completion text
Enrico Granata
- [Lldb-commits] Improvements to PECOFF support
Virgile Bello
- [Lldb-commits] [lldb] r184153 - A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello:
Greg Clayton
- [Lldb-commits] Improvements to PECOFF support
Greg Clayton
- [Lldb-commits] [lldb] r184155 - Adding a "cmdline" category to the test suite
Enrico Granata
- [Lldb-commits] Fix for double command completion text
Enrico Granata
- [Lldb-commits] [lldb] r184158 - <rdar://problem/13926101>
Enrico Granata
- [Lldb-commits] [lldb] r184159 - Added a troubleshooting page as a place to add commonly asked questions with solutions.
Greg Clayton
- [Lldb-commits] [lldb] r184163 - <rdar://problem/13270271>
Enrico Granata
- [Lldb-commits] Fix for double command completion text
Matthew Sorrels
- [Lldb-commits] [lldb] r184177 - Update to new API.
Bill Wendling
- [Lldb-commits] [PATCH] m_private_run_lock is no longer Apple-only
Ed Maste
- [Lldb-commits] [lldb] r184209 - Removing the lldb-perf file group from our Xcode project
Enrico Granata
- [Lldb-commits] Fix for double command completion text
Enrico Granata
- [Lldb-commits] m_private_run_lock relying on undefined pthread behaviour
Ed Maste
- [Lldb-commits] [lldb] r184212 - This patch fixes the issue where our command-line tab completer would sometimes replicate commands
Enrico Granata
- [Lldb-commits] [lldb] r184215 - <rdar://problem/12717717>
Enrico Granata
- [Lldb-commits] [lldb] r184216 - Fix a missing pointer deref that was uncovered by one of the buildbots.
Adrian Prantl
- [Lldb-commits] [lldb] r184226 - Fix the help for "image dump line-table" - its arguments are compilation units not modules.
Jim Ingham
- [Lldb-commits] [lldb] r184237 - PlatformDarwinKernel was treating its file path arg as a kext bundle id -- but when the user
Jason Molenda
- [Lldb-commits] [lldb] r184241 - Temporarily disable checking of watchpoint hit on FreeBSD on trace message.
Matt Kopec
- [Lldb-commits] [lldb] r184243 - Make the lldb "Release" configuration use the same llvm build "Release+Asserts" as the lldb "Debug" configuration.
Jim Ingham
- [Lldb-commits] [lldb] r184245 - We were getting an assert because somebody was making a watchpoint that was
Jim Ingham
- [Lldb-commits] [lldb] r184246 - Add assertion for when no watchpoint found in POSIX watchnotify handler.
Matt Kopec
- [Lldb-commits] [lldb] r184248 - <rdar://problem/14194128>
Enrico Granata
- [Lldb-commits] m_private_run_lock relying on undefined pthread behaviour
Greg Clayton
- [Lldb-commits] [lldb] r184251 - Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are:
Greg Clayton
- [Lldb-commits] [lldb] r184262 - <rdar://problem/14194140>
Enrico Granata
- [Lldb-commits] [lldb] r184264 - <rdar://problem/14086503>
Enrico Granata
- [Lldb-commits] [lldb] r184265 - <rdar://problem/14086503>
Enrico Granata
- [Lldb-commits] [lldb] r184270 - Don't actually Halt in the Interrupt handler for the Process, just send an AsyncInterrupt.
Jim Ingham
- [Lldb-commits] [lldb] r184274 - Added a new decorator function in the "lldb" module that can register a command automatically. We have just a few kinks to work out for the Xcode workflow and we will be ready to switch over to using this. To use this, you can decorate your python function as:
Greg Clayton
- [Lldb-commits] [lldb] r184279 - Improvements to "command script import" to better support reloading in Xcode
Enrico Granata
- [Lldb-commits] [lldb] r184280 - A few small enhancements to the diagnose-unwind command.
Jason Molenda
- [Lldb-commits] [PATCH] Update for Linux->POSIX rename
Ed Maste
- [Lldb-commits] [PATCH] Eliminate missing virtual destructor warning on FreeBSD
Ed Maste
- [Lldb-commits] [PATCH] Use non-obsolete location for termios.h
Ed Maste
- [Lldb-commits] [PATCH] Correct comment to match class name
Ed Maste
- [Lldb-commits] [PATCH] Sync FreeBSD files to Linux equivalents, to reduce noise in diff
Ed Maste
- [Lldb-commits] [PATCH] Tests require GNU make, called gmake on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r184333 - Sort out a number of mismatched integer types in order to cut down the number of compiler warnings.
Andy Gibbs
- [Lldb-commits] [lldb] r184334 - Fix two 'variable is used uninitialised' warnings. Change assert to llvm_unreachable.
Andy Gibbs
- [Lldb-commits] [lldb] r184335 - The 'register' keyword is now deprecated in C++11, so ignore the warning when compiling lldb with clang since python headers commonly use the keyword.
Andy Gibbs
- [Lldb-commits] [lldb] r184334 - Fix two 'variable is used uninitialised' warnings. Change assert to llvm_unreachable.
Mike Sartain
- [Lldb-commits] [lldb] r184336 - <rdar://problem/14005652>
Enrico Granata
- [Lldb-commits] [lldb] r184339 - Updated the LLDB download page to reflect Debian package locations for 3.3 as well as the incremental 3.4 releases.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r184342 - Use LLDB_INVALID_REGNUM at Mike Sartain's suggestion
Andy Gibbs
- [Lldb-commits] [lldb] r184334 - Fix two 'variable is used uninitialised' warnings. Change assert to llvm_unreachable.
Andy Gibbs
- [Lldb-commits] [lldb] r184363 - Huge speedup for testsuite categories
Enrico Granata
- [Lldb-commits] [lldb] r184364 - Implemented a types.py module that allows types to be inspected for padding.
Greg Clayton
- [Lldb-commits] [lldb] r184335 - The 'register' keyword is now deprecated in C++11, so ignore the warning when compiling lldb with clang since python headers commonly use the keyword.
Matthew Sorrels
- [Lldb-commits] [lldb] r184388 - Unique types a bit more using the clang type to make sure we don't get multiple copies of the same type due to the debug info having multiple types that get uniqued.
Greg Clayton
- [Lldb-commits] [lldb] r184389 - Cleanup the output a bit by removing old print statements and also printing the number of types found.
Greg Clayton
- [Lldb-commits] [lldb] r184390 - Fixed a crasher that I encountered when looking up a virtual base class offset.
Greg Clayton
- [Lldb-commits] [lldb] r184399 - Revise r184335 so that warning suppression flag is only for clang 3.4 and higher
Andy Gibbs
- [Lldb-commits] [lldb] r184335 - The 'register' keyword is now deprecated in C++11, so ignore the warning when compiling lldb with clang since python headers commonly use the keyword.
Andy Gibbs
- [Lldb-commits] [lldb] r184451 - Fixed a problem with materialization and
Sean Callanan
- [Lldb-commits] [lldb] r184474 - Don't go to the trouble of trying to figure out the implementation function for selectors sent
Jim Ingham
- [Lldb-commits] [lldb] r184483 - Print the general purpose registers for frame 0.
Jason Molenda
- [Lldb-commits] [lldb] r184487 - Also report any OS python plugin in use.
Jason Molenda
- [Lldb-commits] [lldb] r184500 - In thread and frame format strings, it is now allowed to use Python functions to generate part or all of the output text
Enrico Granata
- [Lldb-commits] [lldb] r184502 - Adding two new markers to the ${var..} specifier
Enrico Granata
- [Lldb-commits] [PATCH] Sync FreeBSD files to Linux equivalents, to reduce noise in diff
Malea, Daniel
- [Lldb-commits] [PATCH] Tests require GNU make, called gmake on FreeBSD
Malea, Daniel
- [Lldb-commits] [PATCH] Correct comment to match class name
Malea, Daniel
- [Lldb-commits] m_private_run_lock relying on undefined pthread behaviour
Ed Maste
- [Lldb-commits] [lldb] r184580 - Change the SWIG wrappers to stop directly casting SB object to SWIG objects, and instead use a safer type-checked API (thanks templates)
Enrico Granata
- [Lldb-commits] [lldb] r184588 - <rdar://problem/13980489>
Han Ming Ong
- [Lldb-commits] [lldb] r184600 - <rdar://problem/14004410>
Han Ming Ong
- [Lldb-commits] [PATCH] Support for debugging jitted code
Kopec, Matt
- [Lldb-commits] [lldb] r184608 - Lots of cleanup on the SWIG wrapping layer
Enrico Granata
- [Lldb-commits] [lldb] r184613 - make command history test case run silently regardless of import status of module foo
Enrico Granata
- [Lldb-commits] [lldb] r184615 - Test suite support for setting arguments through the environment
Enrico Granata
- [Lldb-commits] [lldb] r184619 - Add some useful logging for tracking thread matching problems.
Jim Ingham
- [Lldb-commits] [lldb] r184622 - Remember to update the m_thread_list_real after you do UpdateThreadList.
Jim Ingham
- [Lldb-commits] m_private_run_lock relying on undefined pthread behaviour
Greg Clayton
- [Lldb-commits] [lldb] r184628 - Added a regex that can be specified to avoid showing contents on types that match. Also split things up a bit so this can be run as a stand alone script or in lldb.
Greg Clayton
Last message date:
Fri Jun 21 18:42:49 PDT 2013
Archived on: Tue Aug 4 15:44:44 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).