The Week Of Monday 29 April 2013 Archives by author
Starting: Mon Apr 29 02:46:43 PDT 2013
Ending: Fri May 3 22:51:02 PDT 2013
Messages: 100
- [Lldb-commits] [lldb] r180763 - Fixed completion of incomplete array types, fixing
Sean Callanan
- [Lldb-commits] [lldb] r180764 - Fixed a problem where the expression parser would
Sean Callanan
- [Lldb-commits] [lldb] r180810 - RegisterValues can now report their contents as
Sean Callanan
- [Lldb-commits] [lldb] r180814 - Added a test case verifying that simple C++
Sean Callanan
- [Lldb-commits] [lldb] r180832 - TestCallCPPFunction is an expected failure on
Sean Callanan
- [Lldb-commits] [lldb] r180888 - Fixed Process::ReadScalarIntegerFromMemory()
Sean Callanan
- [Lldb-commits] [lldb] r180895 - Make our eliding of artificially-generated methods
Sean Callanan
- [Lldb-commits] [lldb] r180899 - Since the IR interpreter does not (currently)
Sean Callanan
- [Lldb-commits] [lldb] r180713 - Don't return a reference to a local variable, and removed a redundant API.
Greg Clayton
- [Lldb-commits] [lldb] r180717 - Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
Greg Clayton
- [Lldb-commits] [lldb] r180749 - lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_private::Thread>) in case the thread goes away while the stop info still exists.
Greg Clayton
- [Lldb-commits] [lldb] r180818 - <rdar://problem/13776113>
Greg Clayton
- [Lldb-commits] [lldb] r180886 - <rdar://problem/13700260>
Greg Clayton
- [Lldb-commits] [lldb] r180896 - Return zero when we don't support the byte size. Previously is we were asked to read 3, 5, 6, or 7 byte integers, we would set the error, but still return that we read that number of bytes without populating the scalar.
Greg Clayton
- [Lldb-commits] [lldb] r180908 - Correctly create the register contexts in RegisterContextThreadMemory.
Greg Clayton
- [Lldb-commits] [lldb] r180927 - Clear the register context if our process is no longer alive.
Greg Clayton
- [Lldb-commits] [lldb] r180928 - We aren't ready for the assertions to be enabled on the ReadWriteLock classes yet.
Greg Clayton
- [Lldb-commits] [lldb] r180961 - <rdar://problem/13788579>
Greg Clayton
- [Lldb-commits] [lldb] r180963 - <rdar://problem/13788674>
Greg Clayton
- [Lldb-commits] [lldb] r180965 - Mark TestConstVariables as expected to fail due to radar 13314878 on darwin. The tests are already skipped on linux.
Greg Clayton
- [Lldb-commits] [PATCH] C++ API tests review request
Greg Clayton
- [Lldb-commits] [lldb] r180984 - <rdar://problem/13751683>
Greg Clayton
- [Lldb-commits] [lldb] r180993 - Remove unused OperatingSystem plugin.
Greg Clayton
- [Lldb-commits] [lldb] r181028 - Added a few things that need to be installed on linux to build LLDB.
Greg Clayton
- [Lldb-commits] [lldb] r181061 - Clear up any deadlocks on Apple builds that were due to the lldb_private::Process.m_private_run_lock variable.
Greg Clayton
- [Lldb-commits] [lldb] r181069 - Fixed a test suite typo error that caused the test to fail.
Greg Clayton
- [Lldb-commits] [lldb] r181074 - Unbreak lldb/test/macosx/universal.
Greg Clayton
- [Lldb-commits] [lldb] r181091 - After recent OperatingsSystem plug-in changes, the lldb_private::Process and lldb_private::Thread subclasses were changed and the API was not respected properly.
Greg Clayton
- [Lldb-commits] [lldb] r180726 - Avoiding a potentially memory allocating code path in the Python InputReader's CTRL+C handling code path - this can potentially cause a deadlock while interrupting a user-made Python command
Enrico Granata
- [Lldb-commits] [lldb] r180803 - <rdar://problem/13695846>
Enrico Granata
- [Lldb-commits] [lldb] r180930 - <rdar://problem/13499317>
Enrico Granata
- [Lldb-commits] [lldb] r180938 - <rdar://problem/13338477>
Enrico Granata
- [Lldb-commits] [lldb] r180938 - <rdar://problem/13338477>
Enrico Granata
- [Lldb-commits] [lldb] r180966 - <rdar://problem/13732521>
Enrico Granata
- [Lldb-commits] [lldb] r180975 - <rdar://problem/11558812>
Enrico Granata
- [Lldb-commits] [lldb] r180987 - <rdar://problem/11742979>
Enrico Granata
- [Lldb-commits] [lldb] r180975 - <rdar://problem/11558812>
Enrico Granata
- [Lldb-commits] [lldb] r181044 - <rdar://problem/13749871>
Enrico Granata
- [Lldb-commits] [lldb] r181045 - Harden against potential empty nodes in the map
Enrico Granata
- [Lldb-commits] [lldb] r180829 - Make "process handle -n true -s false" actually notifies of the signal.
Jim Ingham
- [Lldb-commits] [lldb] r180830 - Add an option to resume a suspended task.
Jim Ingham
- [Lldb-commits] [lldb] r180831 - Added an option to "process detach" to keep the process stopped, if the process plugin (or in the
Jim Ingham
- [Lldb-commits] [lldb] r180898 - Recommitting r180831 with trivial fix - remember to return errors if you compute.
Jim Ingham
- [Lldb-commits] [lldb] r180926 - This is a useful scheme for running a particular testsuite case under Xcode. Just edit the
Jim Ingham
- [Lldb-commits] [lldb] r180971 - If HandleCommands is called with add_to_history set to false, turn on the m_command_source_depth so that when we forget the value for regex & alias commands it still stays off.
Jim Ingham
- [Lldb-commits] [lldb] r181068 - Don't check the private state in DoOnRemoval, check whether THIS event caused a restart.
Jim Ingham
- [Lldb-commits] [lldb] r180828 - Refactoring thread state tests to show individual failures
Andrew Kaylor
- [Lldb-commits] [lldb] r180977 - Adding test for non-API process attach
Andrew Kaylor
- [Lldb-commits] [lldb] r181049 - Fix logic error in ProcessInfo::SetArg0
Andrew Kaylor
- [Lldb-commits] [lldb] r181024 - Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993.
Sylvestre Ledru
- [Lldb-commits] [lldb] r180829 - Make "process handle -n true -s false" actually notifies of the signal.
Malea, Daniel
- [Lldb-commits] [lldb] r180831 - Added an option to "process detach" to keep the process stopped, if the process plugin (or in the
Malea, Daniel
- [Lldb-commits] [lldb] r180868 - Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
- [Lldb-commits] [lldb] r180870 - Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots:
Daniel Malea
- [Lldb-commits] [lldb] r180920 - Update CMakeLists with RegisterContext* files added
Daniel Malea
- [Lldb-commits] [lldb] r180829 - Make "process handle -n true -s false" actually notifies of the signal.
Malea, Daniel
- [Lldb-commits] [lldb] r180829 - Make "process handle -n true -s false" actually notifies of the signal.
Malea, Daniel
- [Lldb-commits] [lldb] r180954 - Add missing include to LLDB.h -- SBStream
Daniel Malea
- [Lldb-commits] [lldb] r180955 - Fix check_public_api_headers test on mac os x, and refactor some logic into lldbtest.py
Daniel Malea
- [Lldb-commits] [PATCH] C++ API tests review request
Malea, Daniel
- [Lldb-commits] [lldb] r180938 - <rdar://problem/13338477>
Malea, Daniel
- [Lldb-commits] [lldb] r180829 - Make "process handle -n true -s false" actually notifies of the signal.
Malea, Daniel
- [Lldb-commits] [PATCH] C++ API tests review request
Malea, Daniel
- [Lldb-commits] [PATCH] C++ API tests review request
Malea, Daniel
- [Lldb-commits] [PATCH] C++ API tests review request
Malea, Daniel
- [Lldb-commits] [PATCH] C++ API tests review request
Malea, Daniel
- [Lldb-commits] [lldb] r180975 - <rdar://problem/11558812>
Malea, Daniel
- [Lldb-commits] [PATCH] C++ API tests review request
Malea, Daniel
- [Lldb-commits] [PATCH] C++ API tests review request
Malea, Daniel
- [Lldb-commits] [lldb] r180704 - Add a few new methods to FileSpec to make it a little easier to work
Jason Molenda
- [Lldb-commits] [lldb] r180705 - Add a final fall-back to PlatformDarwin::GetDeveloperDirectory() which
Jason Molenda
- [Lldb-commits] [lldb] r180706 - When lldb stops in a stack frame where we have source level information (file, line number), don't
Jason Molenda
- [Lldb-commits] [lldb] r180768 - Rename unwind_diagnose.py to diagnose_unwind.py. Change
Jason Molenda
- [Lldb-commits] [lldb] r180821 - Make the warning message about not finding the kernel binary clearer
Jason Molenda
- [Lldb-commits] [lldb] r180826 - Put a try/catch block around the SBAddress setting; don't want to
Jason Molenda
- [Lldb-commits] [lldb] r180835 - Print a backtrace line for a pc value even if we can't make an SBAddress
Jason Molenda
- [Lldb-commits] [lldb] r180841 - Change CommandReturnObject::AppendMessage to print an empty line if
Jason Molenda
- [Lldb-commits] [lldb] r180962 - If the Target's current architecture is incompatible with the kernel
Jason Molenda
- [Lldb-commits] [lldb] r180989 - Pass down the architecture of the module we're trying to
Jason Molenda
- [Lldb-commits] [lldb] r180994 - Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel.
Jason Molenda
- [Lldb-commits] [lldb] r180995 - Add a hard limit to how many frames lldb will unwind in a single
Jason Molenda
- [Lldb-commits] [lldb] r181063 - Small adjustment to PlatformDarwinKernel::ExamineKextForMatchingUUID to
Jason Molenda
- [Lldb-commits] [lldb] r181078 - Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
- [Lldb-commits] [lldb] r181080 - fix a couple of clang static analyzer warnings.
Jason Molenda
- [Lldb-commits] [lldb] r181106 - Change ProcessKDP::UpdateThreadList's call to FindThreadByProtocolID
Jason Molenda
- [Lldb-commits] [lldb] r180876 - Refactored convenience register tests to provide some coverage on Linux that is not marked xfail.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r180878 - Platform-specific specialization for the GPR register file.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r180879 - Build fixes for FreeBSD 9.1.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r180952 - Changing the test to use eax rather than rax for compatibility with i386.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r181018 - Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r181027 - Fixed 'command script import' by eliminating the shadowing of basename.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r181055 - Refactoring for struct UserArea:
Ashok Thirumurthi
- [Lldb-commits] [lldb] r180829 - Make "process handle -n true -s false" actually notifies of the signal.
jingham at apple.com
- [Lldb-commits] [lldb] r180829 - Make "process handle -n true -s false" actually notifies of the signal.
jingham at apple.com
- [Lldb-commits] [lldb] r180829 - Make "process handle -n true -s false" actually notifies of the signal.
jingham at apple.com
- [Lldb-commits] [PATCH] C++ API tests review request
jingham at apple.com
- [Lldb-commits] [PATCH] C++ API tests review request
jingham at apple.com
- [Lldb-commits] [PATCH] C++ API tests review request
jingham at apple.com
- [Lldb-commits] [PATCH] C++ API tests review request
jingham at apple.com
- [Lldb-commits] [PATCH] C++ API tests review request
jingham at apple.com
Last message date:
Fri May 3 22:51:02 PDT 2013
Archived on: Tue Aug 4 15:44:43 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).