The Week Of Monday 11 March 2013 Archives by subject
Starting: Mon Mar 11 11:42:51 PDT 2013
Ending: Sat Mar 16 10:01:13 PDT 2013
Messages: 58
- [Lldb-commits] [lldb] r176714 - Added very lightweight, statically-allocated
Chris Lattner
- [Lldb-commits] [lldb] r176821 - <rdar://problem/13372857>
Greg Clayton
- [Lldb-commits] [lldb] r176823 - Buildbot was failing to build. I guess classes declared in implementation files are treated differently on various compilers causing a "friend class Foo; " to fail for forward declared classes in global namespace.
Greg Clayton
- [Lldb-commits] [lldb] r176833 - Change Linux/POSIX to output inferior output in realtime.
Matt Kopec
- [Lldb-commits] [lldb] r176841 - Created a sample "jump" command that handles
Sean Callanan
- [Lldb-commits] [lldb] r176843 - Updated the register numbering base documentation for the "gcc", "dwarf", "container-regs" and "invalidate-regs" key/value responses to the "qRegisterInfo" packet.
Greg Clayton
- [Lldb-commits] [lldb] r176845 - The default configuration should be Debug, not DebugClang.
Jim Ingham
- [Lldb-commits] [lldb] r176846 - For file & line breakpoints, if there are subsets of contiguous line table entries for the specified line, set the
Jim Ingham
- [Lldb-commits] [lldb] r176879 - Misc. clang build warning fixes.
Matt Kopec
- [Lldb-commits] [lldb] r176899 - Switch from CreateTypeSourceInfo, which allocates
Sean Callanan
- [Lldb-commits] [lldb] r176914 - Add a missing call to GetFileRangeMap. It's absence was causing debug info from .o files to sometimes
Jim Ingham
- [Lldb-commits] [lldb] r176915 - Various fixes for armv7 floating point/vector register support.
Jason Molenda
- [Lldb-commits] [lldb] r176918 - Add a missing check for getting a NULL oso module back from GetModuleByCompUnitInfo.
Jim Ingham
- [Lldb-commits] [lldb] r176919 - Don't use the fact that we stopped with a "Breakpoint" stop reason to decide to step over the breakpoint. It's
Jim Ingham
- [Lldb-commits] [lldb] r176920 - Remove an unused #include.
Jim Ingham
- [Lldb-commits] [lldb] r176921 - More cleanup, remove an untrue comment.
Jim Ingham
- [Lldb-commits] [lldb] r176922 - DoesBranch needs to compute the instruction if it isn't already done.
Jim Ingham
- [Lldb-commits] [lldb] r176923 - The step by running from branch to branch pretty much works with this checkin (at least for x86_64) but is still
Jim Ingham
- [Lldb-commits] [lldb] r176958 - Add a target setting (target.use-fast-stepping) to control using the "run to next branch" stepping algorithm.
Jim Ingham
- [Lldb-commits] [lldb] r176960 - <rdar://problem/13396207>
Greg Clayton
- [Lldb-commits] [lldb] r176961 - <rdar://problem/13404189>
Greg Clayton
- [Lldb-commits] [lldb] r176972 - Minor LLDB test improvements
Daniel Malea
- [Lldb-commits] [lldb] r176974 - Prepend "FAIL:" string to tests that crash so that buildbots pick them up.
Daniel Malea
- [Lldb-commits] [lldb] r176978 - Remove extra whitespace
Daniel Malea
- [Lldb-commits] [lldb] r176980 - Add braces to crashed test summary (needed for buildbots to detect crashes)
Daniel Malea
- [Lldb-commits] [lldb] r176992 - <rdar://problem/13415471>
Han Ming Ong
- [Lldb-commits] [lldb] r177017 - Initial tags/branches for snapshots of these subprojects within Google.
Alexander Kornienko
- [Lldb-commits] [lldb] r177032 - Creating tags/google/testing/2013-03-12 from r176857
Alexander Kornienko
- [Lldb-commits] [lldb] r177033 - Updating branches/google/testing to r176857
Alexander Kornienko
- [Lldb-commits] [lldb] r177049 - Creating tags/google/stable/2013-03-14 from r176857
Alexander Kornienko
- [Lldb-commits] [lldb] r177050 - Updating branches/google/stable to r176857
Alexander Kornienko
- [Lldb-commits] [lldb] r177076 - Backout POSIX realtime lldb output. TestEvents.py is causing lldb to assert.
Matt Kopec
- [Lldb-commits] [lldb] r177082 - <rdar://problem/13413693>
Greg Clayton
- [Lldb-commits] [lldb] r177085 - Fixed a problem where we didn't return TypedefNameDecls
Sean Callanan
- [Lldb-commits] [lldb] r177091 - <rdar://problem/13421412>
Greg Clayton
- [Lldb-commits] [lldb] r177109 - Make a README file with an introduction and basic directions for the lldb-perf infrastructure
Enrico Granata
- [Lldb-commits] [lldb] r177116 - Recommit lldb realtime output for POSIX.
Matt Kopec
- [Lldb-commits] [lldb] r177119 - Log the match substring as well in the case where we match the step-avoid regexp.
Jim Ingham
- [Lldb-commits] [lldb] r177125 - <rdar://problem/12537646>
Greg Clayton
- [Lldb-commits] [lldb] r177139 - Rolled back r176719 because settings with file
Sean Callanan
- [Lldb-commits] [lldb] r177166 - <rdar://problem/13194155>
Enrico Granata
- [Lldb-commits] [lldb] r177171 - Moving CFBag and NSBundle summaries from Python to C++
Enrico Granata
- [Lldb-commits] [lldb] r177173 - Add ptrace extensions to query a register set.
Matt Kopec
- [Lldb-commits] [lldb] r177174 - Add icc support to the test suite
Matt Kopec
- [Lldb-commits] [lldb] r177176 - Rollback r177173. Some OSs may not have ptrace extensions which lldb expects when building. This needs to be accounted for.
Matt Kopec
- [Lldb-commits] [lldb] r177192 - Fix Makefile.rules where no icc is installed and -C gcc is used.
Matt Kopec
- [Lldb-commits] [lldb] r177195 - The regular expression command object was resetting the execution context of the
Jim Ingham
- [Lldb-commits] [lldb] r177196 - Make the conditional break test case a little more robust.
Jim Ingham
- [Lldb-commits] [lldb] r177198 - Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints.
Matt Kopec
- [Lldb-commits] [lldb] r177200 - Convert the -a option in "image lookup" to a address-expression, and pass the context
Jim Ingham
- [Lldb-commits] [lldb] r177202 - <rdar://problem/13100435>
Han Ming Ong
- [Lldb-commits] [lldb] r177208 - <rdar://problem/13194155>
Greg Clayton
- [Lldb-commits] [lldb] r177213 - Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification
Enrico Granata
- [Lldb-commits] [lldb] r177217 - NS(Mutable)IndexSet formatter moves from Python to C++
Enrico Granata
- [Lldb-commits] [lldb] r177219 - C++ formatters for NSTimeZone and for CFBitVector
Enrico Granata
- [Lldb-commits] [lldb] r177225 - When built with cmake, only call the string functions when the previous commands (utils/GetSourceVersion & utils/GetRepositoryPath successed). Otherwise, they fail when not launched from a repository
Sylvestre Ledru
- [Lldb-commits] PATCH for REVIEW: Extended Register Set Support
Thirumurthi, Ashok
- [Lldb-commits] Use cases for IOChannel clearing lldb prompt?
Kopec, Matt
Last message date:
Sat Mar 16 10:01:13 PDT 2013
Archived on: Tue Aug 4 15:44:42 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).