The Week Of Monday 1 September 2014 Archives by subject
Starting: Mon Sep 1 02:06:04 PDT 2014
Ending: Sun Sep 7 21:53:03 PDT 2014
Messages: 132
- [Lldb-commits] [lldb] r216867 - Add an interface on ArchSpec to provide lldb client code
Matthew Gardiner
- [Lldb-commits] [lldb] r216907 - Linux ARM64: add ProcessMonitor-related RegisterContext support.
Todd Fiala
- [Lldb-commits] [lldb] r216948 - Fix MacOSX cmake build for new HostInfoMacOSX file.
Todd Fiala
- [Lldb-commits] [lldb] r216992 - RegisterContextLLDB::InitializeNonZerothFrame had a bit of code to
Jason Molenda
- [Lldb-commits] [lldb] r217002 - Remove the JIT from LLDB's dependencies to fix the build
Reid Kleckner
- [Lldb-commits] [lldb] r217003 - Really fix the LLDB build
Reid Kleckner
- [Lldb-commits] [lldb] r217083 - Add a new target.process.memory-cache-line-size to change the size of
Jason Molenda
- [Lldb-commits] [lldb] r217084 - rdar://problem/18221417
Han Ming Ong
- [Lldb-commits] [lldb] r217116 - ASan malloc/free history threads
Kuba Brecka
- [Lldb-commits] [lldb] r217116 - ASan malloc/free history threads
Todd Fiala
- [Lldb-commits] [lldb] r217153 - Use the process' ReadCStringFromMemory from DYLDRendezvous::ReadStringFromMemory.
Todd Fiala
- [Lldb-commits] [lldb] r217169 - Fix build break on Ubuntu 12.04 with ARM64 changes.
Todd Fiala
- [Lldb-commits] [lldb] r217185 - Fix up lldb build for llvm r217172.
Todd Fiala
- [Lldb-commits] [lldb] r217251 - Add error report when Module::GetObjectFile() fails to find a plugin to open an object file.
Todd Fiala
- [Lldb-commits] [lldb] r217252 - Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
- [Lldb-commits] [lldb] r217253 - Properly handle the DYLD attach step for GDB remotes.
Todd Fiala
- [Lldb-commits] [lldb] r217269 - [lldb] Abstract a superclass for a generic thread container.
Kuba Brecka
- [Lldb-commits] [lldb] r217273 - Fix CMake configuration
Reid Kleckner
- [Lldb-commits] [lldb] r217273 - Fix CMake configuration
Kuba Brecka
- [Lldb-commits] [lldb] r217277 - Introduce the notion of a "type validator" formatter
Enrico Granata
- [Lldb-commits] [lldb] r217280 - Add TypeValidator.cpp to cmake build.
Todd Fiala
- [Lldb-commits] [lldb] r217282 - Start plumbing the type validator logic through to the ValueObjects; allow a ValueObject to have a validator, to update it from the FormatManager, and to retrieve (and cache) the result of the validation
Enrico Granata
- [Lldb-commits] [lldb] r217283 - Add more logging to DynamicLoaderPOSIXDYLD, especially around rendezvous handling.
Todd Fiala
- [Lldb-commits] [lldb] r217287 - Added logging of the POSIX-DYLD rendezvous address (i.e. the info_location address)
Todd Fiala
- [Lldb-commits] [lldb] r217296 - Expose ThreadCollection in SB API
Kuba Brecka
- [Lldb-commits] [lldb] r217297 - Fix CMake configuration (forgot to add a file in the last commit).
Kuba Brecka
- [Lldb-commits] [lldb] r217299 - Expose the ability to retrieve the result of a type validator via the SB API. To keep it simple, do not expose the pair, but just return a NULL string for success, and a non-NULL string for error; If we were to decide to expose the pair, we would need an SBTypeValidatorResult, which is fine, but it should come as part of exposing type validators through the SB API rather than as a one-off thing. So, KISS for now
Enrico Granata
- [Lldb-commits] [lldb] r217300 - Implement ASan history threads in SB API
Kuba Brecka
- [Lldb-commits] [lldb] r217301 - The original jit no longer exists in llvm, remove from dependencies.
Eric Christopher
- [Lldb-commits] [lldb] r217303 - Add a -V <bool> flag to frame variable/expression that enables execution of type validators. The jury is still out on what the user experience of type validators should be, so for now gate it on a specific flag. The mode I am using is prefix variables that fail to validate with a bang, and then emitting the actual validation error on a separate line. Of course, given the total absence of validators, this should never actually happen to you
Enrico Granata
- [Lldb-commits] [lldb] r217312 - Correct copied error message
Ed Maste
- [Lldb-commits] [lldb] r217340 - DataFormatters: use include instead of import in C++
Saleem Abdulrasool
- [Lldb-commits] [lldb] r217355 - driver: handle write error better
Saleem Abdulrasool
- [Lldb-commits] [lldb] r217360 - build: attempt to fix the buildbots
Saleem Abdulrasool
- [Lldb-commits] [PATCH] [lldb] Abstract a superclass for a generic thread container
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Abstract a superclass for a generic thread container
jingham at apple.com
- [Lldb-commits] [PATCH] [lldb] Abstract a superclass for a generic thread container
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Abstract a superclass for a generic thread container
jingham at apple.com
- [Lldb-commits] [PATCH] [lldb] Abstract a superclass for a generic thread container
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Abstract a superclass for a generic thread container
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Jason Molenda
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Jason Molenda
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Enrico Granata
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Enrico Granata
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Jason Molenda
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Enrico Granata
- [Lldb-commits] [PATCH] [lldb] ASan history threads SB API
Jason Molenda
- [Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads
Jason Molenda
- [Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads
Jason Molenda
- [Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Rename ThreadList to ProcessThreadList and abstract a superclass for a generic thread container
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Rename ThreadList to ProcessThreadList and abstract a superclass for a generic thread container
jingham at apple.com
- [Lldb-commits] [PATCH] [lldb] Rename ThreadList to ProcessThreadList and abstract a superclass for a generic thread container
Kuba Brecka
- [Lldb-commits] [PATCH] [lldb] Rename ThreadList to ProcessThreadList and abstract a superclass for a generic thread container
jingham at apple.com
- [Lldb-commits] [PATCH] [lldb] Rename ThreadList to ProcessThreadList and abstract a superclass for a generic thread container
Kuba Brecka
- [Lldb-commits] [PATCH] Add an error message when objfile loading fails.
Stephane Sezer
- [Lldb-commits] [PATCH] Add an error message when objfile loading fails.
Todd Fiala
- [Lldb-commits] [PATCH] Add macosx/HostInfoMacOSX.mm to source/Host/CMakeLists.txt.
Stephane Sezer
- [Lldb-commits] [PATCH] Add macosx/HostInfoMacOSX.mm to source/Host/CMakeLists.txt.
Todd Fiala
- [Lldb-commits] [PATCH] Add macosx/HostInfoMacOSX.mm to source/Host/CMakeLists.txt.
Stephane Sezer
- [Lldb-commits] [PATCH] Add macosx/HostInfoMacOSX.mm to source/Host/CMakeLists.txt.
Todd Fiala
- [Lldb-commits] [PATCH] Allow redirection to pts for POSIX process
zephyr zhao
- [Lldb-commits] [PATCH] Allow redirection to pts for POSIX process
Todd Fiala
- [Lldb-commits] [PATCH] Allow redirection to pts for POSIX process
zephyr zhao
- [Lldb-commits] [PATCH] Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Stephane Sezer
- [Lldb-commits] [PATCH] Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
- [Lldb-commits] [PATCH] Expose ThreadCollection in SB API
Kuba Brecka
- [Lldb-commits] [PATCH] Expose ThreadCollection in SB API
Enrico Granata
- [Lldb-commits] [PATCH] Expose ThreadCollection in SB API
Kuba Brecka
- [Lldb-commits] [PATCH] Expose ThreadCollection in SB API
Enrico Granata
- [Lldb-commits] [PATCH] Expose ThreadCollection in SB API
Kuba Brecka
- [Lldb-commits] [PATCH] Expose ThreadCollection in SB API
Enrico Granata
- [Lldb-commits] [PATCH] Expose ThreadCollection in SB API
Kuba Brecka
- [Lldb-commits] [PATCH] Expose ThreadCollection in SB API
Kuba Brecka
- [Lldb-commits] [PATCH] First pass at HostThreads refactor
Zachary Turner
- [Lldb-commits] [PATCH] First pass at HostThreads refactor
Zachary Turner
- [Lldb-commits] [PATCH] First pass at HostThreads refactor
Zachary Turner
- [Lldb-commits] [PATCH] First pass at HostThreads refactor
Zachary Turner
- [Lldb-commits] [PATCH] fix: wrong error for invalid high_addr
Remco Verhoef
- [Lldb-commits] [PATCH] Fix configure & make build with python disabled
Keno Fischer
- [Lldb-commits] [PATCH] Fix configure & make build with python disabled
Ed Maste
- [Lldb-commits] [PATCH] fix lldb for changes to MachO version_min_command
Todd Fiala
- [Lldb-commits] [PATCH] fix lldb for changes to MachO version_min_command
Todd Fiala
- [Lldb-commits] [PATCH] Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py when port 12345 is already in use
Kuba Brecka
- [Lldb-commits] [PATCH] Implement ASan history threads in SB API
Kuba Brecka
- [Lldb-commits] [PATCH] Implement ASan history threads in SB API
jingham at apple.com
- [Lldb-commits] [PATCH] Implement ASan history threads in SB API
Kuba Brecka
- [Lldb-commits] [PATCH] Implement ASan history threads in SB API
Kuba Brecka
- [Lldb-commits] [PATCH] Implements a HostThread class.
Jean-Daniel Dupas
- [Lldb-commits] [PATCH] Implements a HostThread class.
jingham at apple.com
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
jingham at apple.com
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
jingham at apple.com
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
jingham at apple.com
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
Todd Fiala
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
Todd Fiala
- [Lldb-commits] [PATCH] Implements a HostThread class.
Todd Fiala
- [Lldb-commits] [PATCH] Implements a HostThread class.
Zachary Turner
- [Lldb-commits] [PATCH] Implements a HostThread class.
Todd Fiala
- [Lldb-commits] [PATCH] lldb fix ARM64 register access
Paul Osmialowski
- [Lldb-commits] [PATCH] lldb fix ARM64 register access
Paul Osmialowski
- [Lldb-commits] [PATCH] lldb fix ARM64 register access
Paul Osmialowski
- [Lldb-commits] [PATCH] lldb more on register context arm64
Todd Fiala
- [Lldb-commits] [PATCH] lldb more on register context arm64
Todd Fiala
- [Lldb-commits] [PATCH] lldb more on register context arm64
Todd Fiala
- [Lldb-commits] [PATCH] lldb more on register context arm64
Jason Molenda
- [Lldb-commits] [PATCH] lldb more on register context arm64
Jason Molenda
- [Lldb-commits] [PATCH] lldb more on register context arm64
Jason Molenda
- [Lldb-commits] [PATCH] lldb more on register context arm64
Jason Molenda
- [Lldb-commits] [PATCH] Properly handle the DYLD attach step for GDB remotes.
Stephane Sezer
- [Lldb-commits] [PATCH] Properly handle the DYLD attach step for GDB remotes.
Todd Fiala
- [Lldb-commits] [PATCH] Properly handle the DYLD attach step for GDB remotes.
Todd Fiala
- [Lldb-commits] [PATCH] Properly handle the DYLD attach step for GDB remotes.
Stephane Sezer
- [Lldb-commits] [PATCH] Properly handle the DYLD attach step for GDB remotes.
Todd Fiala
- [Lldb-commits] [PATCH] Properly handle the DYLD attach step for GDB remotes.
Todd Fiala
- [Lldb-commits] [PATCH] Properly handle the DYLD attach step for GDB remotes.
Todd Fiala
- [Lldb-commits] [PATCH] Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Stephane Sezer
- [Lldb-commits] [PATCH] Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.
Todd Fiala
- [Lldb-commits] [PATCH] Use the process' ReadCStringFromMemory from DYLDRendezvous::ReadStringFromMemory.
Stephane Sezer
- [Lldb-commits] [PATCH] Use the process' ReadCStringFromMemory from DYLDRendezvous::ReadStringFromMemory.
Todd Fiala
- [Lldb-commits] [PATCH] Use the process' ReadCStringFromMemory from DYLDRendezvous::ReadStringFromMemory.
Todd Fiala
Last message date:
Sun Sep 7 21:53:03 PDT 2014
Archived on: Tue Aug 4 15:44:50 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).