The Week Of Monday 11 February 2013 Archives by author
Starting: Mon Feb 11 09:18:14 PST 2013
Ending: Sun Feb 17 12:46:31 PST 2013
Messages: 65
- [Lldb-commits] [lldb] r175213 - Bring lldb up to date with clang revision 175141.
Filipe Cabecinhas
- [Lldb-commits] [lldb] r175242 - Only enable RTTI for cxa_demangle.cpp
Filipe Cabecinhas
- [Lldb-commits] [lldb] r175341 - Include a small argparse compatibility layer for Python < 2.7
Filipe Cabecinhas
- [Lldb-commits] [lldb] r174947 - Fixed the way the ClangExpressionDeclMap looks
Sean Callanan
- [Lldb-commits] [lldb] r174949 - Made LLDB build with the latest Clang. This meant
Sean Callanan
- [Lldb-commits] [lldb] r175091 - Made NULL, nil, and Nil use the appropriate
Sean Callanan
- [Lldb-commits] [lldb] r175318 - Fixes in the IRInterpreter:
Sean Callanan
- [Lldb-commits] [lldb] r174987 - <rdar://problem/13184389>
Greg Clayton
- [Lldb-commits] [lldb] r174991 - <rdar://problem/13178743>
Greg Clayton
- [Lldb-commits] [lldb] r174993 - Added new "env" regular expression alias into the evironment settings section of the GDB/LLDB commands.
Greg Clayton
- [Lldb-commits] [Review request] DW_AT_const_value handling
Greg Clayton
- [Lldb-commits] [lldb] r175061 - Quiet "the missing case in switch statement" warnings from newer clang builds.
Greg Clayton
- [Lldb-commits] [lldb] r175101 - <rdar://problem/13210494>
Greg Clayton
- [Lldb-commits] [lldb] r175105 - Cleaned up and removed unused code.
Greg Clayton
- [Lldb-commits] [lldb] r175106 - A lot more cleanup on the AppleObjCRuntimeV2 class.
Greg Clayton
- [Lldb-commits] [lldb] r175108 - Centralized the expression prefixes that are used for both expressions and utility functions.
Greg Clayton
- [Lldb-commits] [lldb] r175131 - <rdar://problem/13198767>
Greg Clayton
- [Lldb-commits] [lldb] r175135 - <rdar://problem/13200878>
Greg Clayton
- [Lldb-commits] [lldb] r175136 - <rdar://problem/13207948>
Greg Clayton
- [Lldb-commits] [lldb] r175191 - <rdar://problem/12693921>
Greg Clayton
- [Lldb-commits] [lldb] r175198 - <rdar://problem/13064893>
Greg Clayton
- [Lldb-commits] [lldb] r175210 - <rdar://problem/13218655>
Greg Clayton
- [Lldb-commits] [lldb] r175279 - Added missing include.
Greg Clayton
- [Lldb-commits] [lldb] r175337 - Get rid of a warning.
Greg Clayton
- [Lldb-commits] [lldb] r175377 - Added a kqueue class which isn't being used yet, but was part of trying to work around the limitations with the unix select() call and how it is limited to FD_SETSIZE file descriptors.
Greg Clayton
- [Lldb-commits] [lldb] r175378 - <rdar://problem/13121056>
Greg Clayton
- [Lldb-commits] [lldb] r175405 - Added a host call to get the number of CPUs. It should work on all POSIX unixes, linux and Windows.
Greg Clayton
- [Lldb-commits] [lldb] r175227 - <rdar://problem/13204647>
Enrico Granata
- [Lldb-commits] [lldb] r175229 - Daniel Malea caught an issue where calling dotest.py with an invalid directory would cause the progressbar init code to raise an exception
Enrico Granata
- [Lldb-commits] [lldb] r175323 - NSSet formatter is now C++ code
Enrico Granata
- [Lldb-commits] [lldb] r175197 - Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to
Dmitri Gribenko
- [Lldb-commits] [lldb] r174897 - Forgot to add the testsuite for the changes I checked in on Friday.
Jim Ingham
- [Lldb-commits] [lldb] r174793 - Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where
Jim Ingham
- [Lldb-commits] [lldb] r174793 - Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where
Jim Ingham
- [Lldb-commits] [lldb] r175125 - Probably should return that value we took the trouble to compute.
Jim Ingham
- [Lldb-commits] [lldb] r175127 - Add a test for handling a function call that throws an exception, and make it work.
Jim Ingham
- [Lldb-commits] [lldb] r175197 - Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to
Jim Ingham
- [Lldb-commits] [lldb] r175201 - Mention the inline-breakpoint-strategy in the lldb-gdb.html file.
Jim Ingham
- [Lldb-commits] [lldb] r175202 - One to many always's.
Jim Ingham
- [Lldb-commits] [lldb] r175197 - Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to
Jim Ingham
- [Lldb-commits] [lldb] r175241 - A little cleanup. {Disable/Enable}Breakpoint actually disables/enables BreakpointSites not breakpoints, it is confusing
Jim Ingham
- [Lldb-commits] [Review request] DW_AT_const_value handling
Kaylor, Andrew
- [Lldb-commits] [lldb] r175071 - Improved handling for DW_AT_const_value
Andrew Kaylor
- [Lldb-commits] [Review request] DW_AT_const_value handling
Kaylor, Andrew
- [Lldb-commits] [lldb] r174984 - Fix ELF parsing where undefined symbols were being added to the symbol table with the incorrect symbol type.
Matt Kopec
- [Lldb-commits] [lldb] r175103 - Skip another two other tests asserting on Linux in RecordLayoutBuilder::updateExternalFieldOffset().
Matt Kopec
- [Lldb-commits] [Patch][Please Review] Add support for GNU indirect functions
Kopec, Matt
- [Lldb-commits] [lldb] r174892 - Add Vim frontend to LLDB.
Daniel Malea
- [Lldb-commits] [PATCH] Vim Frontend for LLDB
Malea, Daniel
- [Lldb-commits] [lldb] r174923 - Minor update to Vim frontend: simplify breakpoints display (and list unresolved breakpoints)
Daniel Malea
- [Lldb-commits] [lldb] r175002 - Fix document typos, indentation in python code, and API examples.
Daniel Malea
- [Lldb-commits] [lldb] r174793 - Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where
Malea, Daniel
- [Lldb-commits] [lldb] r174793 - Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where
Malea, Daniel
- [Lldb-commits] [lldb] r175064 - Disable TestConditionalBreak.py due to Linux crash
Daniel Malea
- [Lldb-commits] [lldb] r175065 - Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset()
Daniel Malea
- [Lldb-commits] [lldb] r175094 - Allow expression evaluation to work when multiple threads exist in the inferior (on Linux)
Daniel Malea
- [Lldb-commits] [lldb] r175095 - Skip test that causes lldb to assert due to inferior getting a SIGSEGV with si_code == SI_KERNEL (PR-15258)
Daniel Malea
- [Lldb-commits] [lldb] r175111 - Marking two tests expected-to-fail on Linux
Daniel Malea
- [Lldb-commits] [lldb] r175114 - Fix broken testcase: ignore LLDB output that warns about more elements than can be displayed.
Daniel Malea
- [Lldb-commits] [lldb] r175223 - Fix TestSBData.py test case (tested fix Linux/Mac)
Daniel Malea
- [Lldb-commits] [lldb] r175287 - Linux test case cleanup:
Daniel Malea
- [Lldb-commits] [lldb] r175290 - Rename [Enable|Disable]Breakpoint() to [Enable|Disable]BreakpointSite() in POSIX plugin
Daniel Malea
- [Lldb-commits] [lldb] r175301 - Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal)
Daniel Malea
- [Lldb-commits] [lldb] r175307 - More test case cleanup (Linux and Mac):
Daniel Malea
- [Lldb-commits] [lldb] r175309 - Improve test harness for the buildbots
Daniel Malea
Last message date:
Sun Feb 17 12:46:31 PST 2013
Archived on: Tue Aug 4 15:44:42 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).