The Week Of Monday 14 July 2014 Archives by date
Starting: Mon Jul 14 11:08:10 PDT 2014
Ending: Sun Jul 20 22:45:37 PDT 2014
Messages: 111
- [Lldb-commits] [lldb] r212785 - Get the python scripting interface working on Windows.
Greg Clayton
- [Lldb-commits] [PATCH] Prevent debugserver from sending two stop notifications on 'k' gdb-remote message
Todd Fiala
- [Lldb-commits] [lldb] r213004 - lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.
Greg Clayton
- [Lldb-commits] [PATCH] lldb - towards AArch64 being recognised as platform architecture
Greg Clayton
- [Lldb-commits] [lldb] r213007 - If Process::Finalize() has been called, don't track process state changes.
Greg Clayton
- [Lldb-commits] [lldb] r213023 - Any commands that are executed through the public interface using SBCommandInterpreter::HandleCommand() are assumed to be in non-interactive mode.
Greg Clayton
- [Lldb-commits] [PATCH] Prevent debugserver from sending two stop notifications on 'k' gdb-remote message
Greg Clayton
- [Lldb-commits] [PATCH] lldb - towards AArch64 being recognised as platform architecture
Todd Fiala
- [Lldb-commits] [PATCH] Prevent debugserver from sending two stop notifications on 'k' gdb-remote message
Todd Fiala
- [Lldb-commits] [lldb] r213094 - The following files:
Jim Ingham
- [Lldb-commits] [lldb] r213094 - The following files:
Todd Fiala
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [lldb] r213106 - Fix compile warning.
Greg Clayton
- [Lldb-commits] [lldb] r213111 - TestObjCMethods.FoundationTestCase was failing due to an error, fixed now.
Greg Clayton
- [Lldb-commits] [lldb] r213113 - Fixed the an objective C test case so it passes correctly.
Greg Clayton
- [Lldb-commits] [PATCH] Submission request for the PlatformKalimba plugin
Matthew Gardiner
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kostya Serebryany
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Alexander Potapenko
- [Lldb-commits] [PATCH] Submission request for the PlatformKalimba plugin
Abid, Hafiz
- [Lldb-commits] [PATCH] Submission request for the PlatformKalimba plugin
Abid, Hafiz
- [Lldb-commits] [PATCH] Submission request for the PlatformKalimba plugin
Matthew Gardiner
- [Lldb-commits] [PATCH] Submission request for the PlatformKalimba plugin
Todd Fiala
- [Lldb-commits] [lldb] r213158 - Add kalimba as a platform.
Todd Fiala
- [Lldb-commits] [PATCH] Submission request for the PlatformKalimba plugin
Todd Fiala
- [Lldb-commits] [lldb] r213158 - Add kalimba as a platform.
Todd Fiala
- [Lldb-commits] [lldb] r213166 - gdb-remote test noise suppression on MacOSX.
Todd Fiala
- [Lldb-commits] [PATCH] Add Host::GetMaxThreadNameLength(), modify private state thread name
Todd Fiala
- [Lldb-commits] [lldb] r213181 - Fix build broken as a result of r213171.
Zachary Turner
- [Lldb-commits] [lldb] r213183 - Add Host::MAX_THREAD_NAME_LENGTH constant.
Todd Fiala
- [Lldb-commits] [PATCH] Add Host::GetMaxThreadNameLength(), modify private state thread name
Todd Fiala
- [Lldb-commits] [lldb] r213183 - Add Host::MAX_THREAD_NAME_LENGTH constant.
Todd Fiala
- [Lldb-commits] [lldb] r213194 - Fix some warnings in the Windows build.
Zachary Turner
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] Fix a bug with order of operations
Zachary Turner
- [Lldb-commits] [lldb] r213196 - ^C wasn't interrupting an expression during a long evaluation or deadlock.
Greg Clayton
- [Lldb-commits] [lldb] r213199 - Modify the EFI KDP debugging to not use any dynamic loader since it does manual dynamic loading itself via python modules.
Greg Clayton
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Alexey Samsonov
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Duncan P. N. Exon Smith
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Zachary Turner
- [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [Lldb-commits] [lldb] r213218 - Two fixes in the Objective-C language runtime:
Sean Callanan
- [Lldb-commits] [PATCH] Submission request for the PlatformKalimba plugin
Matthew Gardiner
- [Lldb-commits] [PATCH] Submission request for the PlatformKalimba plugin
Todd Fiala
- [Lldb-commits] [lldb] r213158 - Add kalimba as a platform.
Matthew Gardiner
- [Lldb-commits] [lldb] r213158 - Add kalimba as a platform.
Todd Fiala
- [Lldb-commits] Fix a bug with order of operations
Zachary Turner
- [Lldb-commits] [PATCH] Allow the path to the compiler to have spaces in it when running python test suite
Todd Fiala
- [Lldb-commits] [lldb] r213284 - Fixed our install-headers script to set version
Sean Callanan
- [Lldb-commits] [PATCH] Allow the path to the compiler to have spaces in it when running python test suite
Todd Fiala
- [Lldb-commits] [lldb] r213294 - In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and report
Jim Ingham
- [Lldb-commits] [lldb] r213306 - Create an _d suffixed symlink when doing a debug Windows build.
Zachary Turner
- [Lldb-commits] [lldb] r213294 - In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and report
Zachary Turner
- [Lldb-commits] [lldb] r213314 - ReadPointedString takes a Stream not a DataBuffer.
Jim Ingham
- [Lldb-commits] [lldb] r213294 - In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and report
jingham at apple.com
- [Lldb-commits] [PATCH] Fix portability problems in lots of tests
Zachary Turner
- [Lldb-commits] [PATCH] Fix portability problems in lots of tests
Zachary Turner
- [Lldb-commits] [PATCH] Fix portability problems in lots of tests
jingham at apple.com
- [Lldb-commits] [lldb] r213328 - Fixed the objective C symbol parsing in ObjectFileMachO.
Greg Clayton
- [Lldb-commits] [PATCH] Allow the path to the compiler to have spaces in it when running python test suite
Zachary Turner
- [Lldb-commits] [PATCH] Allow the path to the compiler to have spaces in it when running python test suite
Zachary Turner
- [Lldb-commits] [PATCH] Fix portability problems in lots of tests
Todd Fiala
- [Lldb-commits] [PATCH] Fix portability problems in lots of tests
Todd Fiala
- [Lldb-commits] [PATCH] Fix portability problems in lots of tests
Todd Fiala
- [Lldb-commits] [lldb] r213343 - Fixes a number of issue related to test portability on Windows.
Zachary Turner
- [Lldb-commits] [PATCH] Fix portability problems in lots of tests
Zachary Turner
- [Lldb-commits] [PATCH] Fix portability problems in lots of tests
Ed Maste
- [Lldb-commits] [lldb] r213158 - Add kalimba as a platform.
Matthew Gardiner
- [Lldb-commits] [PATCH] lldb - ELF: ARM64 relocation jump slot type
Paul Osmialowski
- [Lldb-commits] [lldb] r213158 - Add kalimba as a platform.
Todd Fiala
- [Lldb-commits] [PATCH] lldb - Register Context Linux ARM64
Paul Osmialowski
- [Lldb-commits] [PATCH] lldb - Register Context Linux ARM64
Paul Osmialowski
- [Lldb-commits] [lldb] r213158 - Add kalimba as a platform.
Matthew Gardiner
- [Lldb-commits] [lldb] r213354 - Use the designated PYTHON_EXECUTABLE during build.
Zachary Turner
- [Lldb-commits] [lldb] r213366 - Use PRIx64.
Joerg Sonnenberger
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Zachary Turner
- [Lldb-commits] Fix a bug with order of operations
Zachary Turner
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [PATCH] lldb - Register Context Linux ARM64
Todd Fiala
- [Lldb-commits] [PATCH] lldb - Register Context Linux ARM64
Todd Fiala
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [lldb] r213394 - Fixing warnings shouldn't introduce a crasher.
Greg Clayton
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Zachary Turner
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Todd Fiala
- [Lldb-commits] [PATCH] Make the test runner understand Windows command shell execution.
Zachary Turner
- [Lldb-commits] [lldb] r213410 - Make lldb -P work on Windows.
Zachary Turner
- [Lldb-commits] [PATCH] Make lldb -P work on Windows
Zachary Turner
- [Lldb-commits] [lldb] r213411 - Fix a bug with order of operations.
Zachary Turner
- [Lldb-commits] [lldb] r213413 - Test commit. Having trouble committing from one machine but not
Zachary Turner
- [Lldb-commits] [PATCH] Make the test runner understand Windows command shell execution.
Zachary Turner
- [Lldb-commits] [lldb] r213421 - Allow the user to override the LLDB_TEST_COMPILER at CMake level.
Zachary Turner
- [Lldb-commits] [PATCH] Make the test runner understand Windows command shell execution.
Todd Fiala
- [Lldb-commits] [PATCH] Make the test runner understand Windows command shell execution.
Todd Fiala
- [Lldb-commits] [lldb] r213433 - LLDB now correctly handles virtual inheritance.
Greg Clayton
- [Lldb-commits] [PATCH] Make the test runner understand Windows command shell execution.
Ed Maste
- [Lldb-commits] [lldb] r213436 - In Process::LoadImage, use the same function call both to call dlopen and to collect
Jim Ingham
- [Lldb-commits] [lldb] r213440 - Add the ability to suppress the creation of a persistent
Jim Ingham
- [Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads
Kuba Brecka
- [Lldb-commits] Fix a bug with order of operations
Greg Clayton
- [Lldb-commits] [PATCH] [lldb] ASan malloc/free history threads
Greg Clayton
- [Lldb-commits] [lldb] r213469 - build: fix cmake warning with newer CMake
Saleem Abdulrasool
- [Lldb-commits] [lldb] r213470 - linux process: silence GCC switch coverage warning
Saleem Abdulrasool
- [Lldb-commits] [lldb] r213469 - build: fix cmake warning with newer CMake
Zachary Turner
- [Lldb-commits] [lldb] r213469 - build: fix cmake warning with newer CMake
Saleem Abdulrasool
Last message date:
Sun Jul 20 22:45:37 PDT 2014
Archived on: Tue Aug 4 15:44:49 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).