The Week Of Monday 20 October 2014 Archives by date
Starting: Mon Oct 20 06:09:33 PDT 2014
Ending: Sun Oct 26 17:58:28 PDT 2014
Messages: 82
- [Lldb-commits] [PATCH] Minimal API support for non-8-bit byte targets
Matthew Gardiner
- [Lldb-commits] [lldb] r220217 - Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
- [Lldb-commits] [lldb] r220218 - Don't use mkstemp, as it doesn't exist on Windows.
Zachary Turner
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Zachary Turner
- [Lldb-commits] [PATCH] Don't use mkstemp, as it doesn't exist on Windows.
Zachary Turner
- [Lldb-commits] [PATCH] Minimal API support for non-8-bit byte targets
jingham at apple.com
- [Lldb-commits] [lldb] r220219 - Skip dsym test on !Darwin
Ed Maste
- [Lldb-commits] [lldb] r220220 - Don't allow the expression parser to magically
Sean Callanan
- [Lldb-commits] [PATCH] Pass register address to OS plugins
Ryan Brown
- [Lldb-commits] [PATCH] Add an OperatingSystem plugin to support goroutines
Ryan Brown
- [Lldb-commits] [PATCH] Add an OperatingSystem plugin to support goroutines
jingham at apple.com
- [Lldb-commits] [PATCH] Add an OperatingSystem plugin to support goroutines
Jim Ingham
- [Lldb-commits] [lldb] r220254 - Make the "synchronous" mode actually work without race conditions.
Greg Clayton
- [Lldb-commits] [PATCH] Fix swig interface for SBTarget.Launch
zephyr zhao
- [Lldb-commits] [PATCH] Minimal API support for non-8-bit byte targets
Matthew Gardiner
- [Lldb-commits] [PATCH] Fix swig interface for SBTarget.Launch
Matthew Gardiner
- [Lldb-commits] [lldb] r220306 - Add typemaps to handle the transformation of Python list of strings into a 'char const **'. This fixes zephyr's issue with SBTarget::Launch without splitting the API into multiple names
Enrico Granata
- [Lldb-commits] [PATCH] Fix swig interface for SBTarget.Launch
Enrico Granata
- [Lldb-commits] [PATCH] Make sure we perform full pathname matches when displaying source code.
Stephane Sezer
- [Lldb-commits] [PATCH] Implement software breakpoints for arm in Linux platform.
Stephane Sezer
- [Lldb-commits] [PATCH] Make sure we perform full pathname matches when displaying source code.
jingham at apple.com
- [Lldb-commits] [lldb] r220318 - Fix implicit conversion of NULL constant to 'bool'.
Eric Christopher
- [Lldb-commits] [lldb] r220319 - Remove unused variable.
Eric Christopher
- [Lldb-commits] [lldb] r220320 - Move anonymous types declared in an anonymous union to
Eric Christopher
- [Lldb-commits] [lldb] r219852 - Add synthetic children support for NSIndexPath
Eric Christopher
- [Lldb-commits] [lldb] r220322 - Expose the type-info flags at the public API layer. These flags provide much more informational content to consumers of the LLDB API than the existing TypeClass. Part of the fix for rdar://18517593
Enrico Granata
- [Lldb-commits] [lldb] r220217 - Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Eric Christopher
- [Lldb-commits] [PATCH] Make sure we perform full pathname matches when displaying source code.
Stephane Sezer
- [Lldb-commits] [PATCH] Make sure we perform full pathname matches when displaying source code.
jingham at apple.com
- [Lldb-commits] [PATCH] Fix swig interface for SBTarget.Launch
Jason Molenda
- [Lldb-commits] [PATCH] Implement software breakpoints for arm in Linux platform.
Jason Molenda
- [Lldb-commits] [PATCH] Fix swig interface for SBTarget.Launch
Enrico Granata
- [Lldb-commits] [lldb] r220358 - The breakpoint location hit counts were getting incremented in
Jim Ingham
- [Lldb-commits] [PATCH] Fix swig interface for SBTarget.Launch
zephyr zhao
- [Lldb-commits] [PATCH] Sort unit test failures by name
Vince Harron
- [Lldb-commits] [lldb] r220372 - Added functions to the C++ API, for the benefit of non-8-bit byte architectures.
Matthew Gardiner
- [Lldb-commits] [lldb] r219145 - Create a ConnectionGenericFile class for Windows.
Abid, Hafiz
- [Lldb-commits] [PATCH] Sort unit test failures by name
Greg Clayton
- [Lldb-commits] [lldb] r219145 - Create a ConnectionGenericFile class for Windows.
Zachary Turner
- [Lldb-commits] [PATCH] Sort unit test failures by name
Vince Harron
- [Lldb-commits] [lldb] r220406 - Sort unit test failures by name - submitted for Vince Harron http://reviews.llvm.org/D5904
Shawn Best
- [Lldb-commits] [PATCH] Sort unit test failures by name
Shawn Best
- [Lldb-commits] [lldb] r220414 - Fix a problem where summary strings could not use a synthetically generated value as part of themselves
Enrico Granata
- [Lldb-commits] [lldb] r220420 - Fixed a problem in the lldbinline logic where C++ files could not be validly compiled
Enrico Granata
- [Lldb-commits] [lldb] r220421 - Reorganize some of the data formatters code to simplify CXXFormattersFunction.h. Also, add a synthetic child provider for libc++'s version of std::initializer_list<T>
Enrico Granata
- [Lldb-commits] [lldb] r220430 - Fix CMake build broken after r220421.
Zachary Turner
- [Lldb-commits] [lldb] r220431 - Re-use the GetMatchAtIndex() that uses the StringRef to avoid code duplication and properly detect when a capture is invalid and return false.
Greg Clayton
- [Lldb-commits] [lldb] r220432 - Fixed name lookups for names that contain "::" but aren't actually C++ qualified C++ names.
Greg Clayton
- [Lldb-commits] [lldb] r220433 - More cleanup of the CXXFormatterFunctions header
Enrico Granata
- [Lldb-commits] [lldb] r220435 - Add a 'type info' command, which can be fed one or more local variables - and it will spew out the list of formatters that apply to each of those variables, if any
Enrico Granata
- [Lldb-commits] [lldb] r220437 - Reverting r220435. Jim Ingham and I discussed this for a bit, and we came up with a better command model for this feature
Enrico Granata
- [Lldb-commits] [PATCH] Implement software breakpoints for arm in Linux platform.
Stephane Sezer
- [Lldb-commits] [PATCH] Implement software breakpoints for arm in Linux platform.
Jason Molenda
- [Lldb-commits] [PATCH] Implement software breakpoints for arm in Linux platform.
Stephane Sezer
- [Lldb-commits] [PATCH] Implement software breakpoints for arm in Linux platform.
Jason Molenda
- [Lldb-commits] [PATCH] Display local kernel version only when non-remote in PlatformLinux.
Stephane Sezer
- [Lldb-commits] [lldb] r220473 - Fix code where goto jumped over local variable initialization.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r220485 - Disable dsym tests on !Darwin hosts
Ed Maste
- [Lldb-commits] [lldb] r220511 - Fix a problem where an SBType was advertising its static type class even though a dynamic type was available. Solves rdar://18744420
Enrico Granata
- [Lldb-commits] [lldb] r220513 - This test case should not rely on stepping behavior because that might chance due to inlining. Set breakpoints where you want them instead. Fixes rdar://18724175
Enrico Granata
- [Lldb-commits] [PATCH] Always transmit SIGPROF back to the inferior.
Stephane Sezer
- [Lldb-commits] test/lldbtest.py fix
Oleksiy Vyalov
- [Lldb-commits] [lldb] r220574 - Make ProcessWindows just use Host::LaunchProcess.
Zachary Turner
- [Lldb-commits] [lldb] r220583 - Patch from ovyalov at google.com:
Jim Ingham
- [Lldb-commits] [PATCH] test/lldbtest.py exception handling fix
Oleksiy Vyalov
- [Lldb-commits] test/lldbtest.py fix
jingham at apple.com
- [Lldb-commits] [PATCH] test/lldbtest.py exception handling fix
Oleksiy Vyalov
- [Lldb-commits] test/lldbtest.py fix
Oleksiy Vyalov
- [Lldb-commits] [lldb] r220591 - Remove duplicated new file content
Ed Maste
- [Lldb-commits] [lldb] r220511 - Fix a problem where an SBType was advertising its static type class even though a dynamic type was available. Solves rdar://18744420
Ed Maste
- [Lldb-commits] [lldb] r220511 - Fix a problem where an SBType was advertising its static type class even though a dynamic type was available. Solves rdar://18744420
Enrico Granata
- [Lldb-commits] [lldb] r220596 - Implement explicit thread stack size specification on Windows.
Zachary Turner
- [Lldb-commits] [PATCH] Add -lpthread to LLDB shared lib link line unconditionally
Keno Fischer
- [Lldb-commits] [PATCH] Add -lpthread to LLDB shared lib link line unconditionally
Ed Maste
- [Lldb-commits] [lldb] r220602 - Setting breakpoints with name mask eFunctionNameTypeBase was broken for straight C names by 220432. Get
Jim Ingham
- [Lldb-commits] [PATCH] First cut of PowerPC(64) support in LLDB.
Justin Hibbits
- [Lldb-commits] [lldb] r220650 - Fix HelloWorld attach test for Linux kernels with ptrace ancestor lockdown.
Todd Fiala
- [Lldb-commits] [lldb] r220651 - Added a missing call to 'Reset'.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r220654 - Fix TestAttachResume test so it doesn't hang on Linux with ptrace lockdown.
Todd Fiala
- [Lldb-commits] [lldb] r220656 - Fix up TestRegisters for Linux ptracer lock-down.
Todd Fiala
- [Lldb-commits] [lldb] r220660 - Fix TestProcessAttach for Linux ptracer lock-down and llgs-local.
Todd Fiala
- [Lldb-commits] [lldb] r220661 - Fix the TestCreateAfterAttach test for llgs-local on ptracer lock-down.
Todd Fiala
Last message date:
Sun Oct 26 17:58:28 PDT 2014
Archived on: Tue Aug 4 15:44:52 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).