The Week Of Monday 11 August 2014 Archives by thread
Starting: Mon Aug 11 08:32:11 PDT 2014
Ending: Sun Aug 17 22:48:11 PDT 2014
Messages: 113
- [Lldb-commits] [PATCH]race condition calling PushProcessIOHandler
Todd Fiala
- [Lldb-commits] [PATCH] Get test executables compiling on Windows.
Zachary Turner
- [Lldb-commits] [lldb] r215223 - Add new MI commands, features and fixes to the lldb-mi driver.
Chandler Carruth
- [Lldb-commits] [lldb] r215367 - Fix some typos:
Sylvestre Ledru
- [Lldb-commits] [lldb] r215379 - Patch to enable LLDB to extract value bytes from DWARF block forms and udata/sdata forms. By Greg Clayton
Enrico Granata
- [Lldb-commits] [PATCH] Fix assertion for i386 process on x86_64 linux host
Tong Shen
- [Lldb-commits] [lldb] r215405 - Remove a few uses of LLDB_DISABLE_POSIX.
Zachary Turner
- [Lldb-commits] [PATCH] Check if certain stack frame exists before dereferencing it
Tong Shen
- [Lldb-commits] [lldb] r215411 - Fetching the parent frame may fail, handle that case. Patch from Tong Shen.
Jim Ingham
- [Lldb-commits] [lldb] r215424 - Fix incorrect Linux i386 register info initialization on x86_64.
Todd Fiala
- [Lldb-commits] [lldb] r215446 - Fix iohandler prompt race condition.
Todd Fiala
- [Lldb-commits] [lldb] r215458 - llgs: corrected Linux signal reception notification for SIGABRT, SIGSEGV and their ilk.
Todd Fiala
- [Lldb-commits] [PATCH] Register Number in DWARFCallFrameInfo.cpp
Tong Shen
- [Lldb-commits] [PATCH] Make CMake choose the test exe target architecture according to the build.
Zachary Turner
- [Lldb-commits] [lldb] r215475 - Fixed launching in shell on haswell enabled Macs to work more than once when you do:
Greg Clayton
- [Lldb-commits] [PATCH] Make FileAction not be a nested class, and move AddPosixSpawnFileAction from ProcessLaunchInfo to Host.
Zachary Turner
- [Lldb-commits] [lldb] r215484 - Add comment explaining the dwarf v. eh_frame register numbering used
Jason Molenda
- [Lldb-commits] [lldb] r215488 - gcc_esp_i386 and gcc_ebp_i386 had their values backwards for
Jason Molenda
- [Lldb-commits] [lldb] r215562 - Get test executables compiling on Windows.
Zachary Turner
- [Lldb-commits] [lldb] r215565 - Use consistent capitalization for ENABLE_THREADS in tests
Ed Maste
- [Lldb-commits] [lldb] r215572 - Update clang-format file.
Zachary Turner
- [Lldb-commits] [PATCH] Move FileSystem functions from Host to their own class
Zachary Turner
- [Lldb-commits] [PATCH] Fix on Linux for ReadThread lingering after inferior exits
Alex Pepper
- [Lldb-commits] [lldb] r215596 - <rdar://problem/18001677>
Han Ming Ong
- [Lldb-commits] [lldb] r215608 - Don't enable STDIN for cases where we are supplying lines to be run in the embedded python interpreter.
Greg Clayton
- [Lldb-commits] [lldb] r215649 - Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
- [Lldb-commits] [lldb] r215654 - Modification to clang-format style.
Zachary Turner
- [Lldb-commits] [lldb] r215655 - Fix command "gdb-set" to handle long option --threadgroup and accept --longOption type words as just words for string types.
Deepak Panickal
- [Lldb-commits] [lldb] r215656 - Implementation of exec-run using lldb API.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r215658 - Fix 'pid' and 'executable' fields in the list-thread-group.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r215668 - fix the _regexp-break command to allow quotes around the name:
Greg Clayton
- [Lldb-commits] [lldb] r215674 - Update .gitignore for MacOSX
Zachary Turner
- [Lldb-commits] [PATCH] Update .gitignore for MacOSX
Zachary Turner
- [Lldb-commits] [lldb] r215681 - Fix typo in error message.
Eric Christopher
- [Lldb-commits] [PATCH] Fix build on Linux with DISABLE_PYTHON enabled
Keno Fischer
- [Lldb-commits] [PATCH] Profile Assembly Until Ret Instruction
Tong Shen
- [Lldb-commits] [lldb] r215730 - Fix a thinko in the process list formatting.
Jim Ingham
- [Lldb-commits] [lldb] r215741 - Don't crash when specifying a core file that isn't readable.
Greg Clayton
- [Lldb-commits] [lldb] r215743 - Missed a few places where we need to report unreadable executables.
Greg Clayton
- [Lldb-commits] [lldb] r215771 - Fix dependency ordering for the xpc file installs.
Jason Molenda
- [Lldb-commits] [lldb] r215775 - Move FileSystem functions out of Host and into their own classes.
Zachary Turner
- [Lldb-commits] [lldb] r215778 - Remove another of the llvm given warnings from the list of
Eric Christopher
- [Lldb-commits] 64bit eh_frame support
Tong Shen
- [Lldb-commits] [lldb] r215782 - Try to fix the Make build
Zachary Turner
- [Lldb-commits] [lldb] r215783 - Add functions to ClangASTContext to get integer types of a given byte size
Enrico Granata
- [Lldb-commits] [lldb] r215788 - Still trying to fix the Make build. Link lldbHostPosix to liblldb
Zachary Turner
- [Lldb-commits] [lldb] r215792 - In the CMake build, convert lldbHost to be a single static library.
Zachary Turner
- [Lldb-commits] [lldb] r215798 - In order for the debug script filename to be valid as a module name, LLDB does some textual replacements. However, if one were unaware of this, they might name their script using the 'untampered' file name and they would get no feedback about it. Add logic to LLDB to make sure we tell people about those changes if it turns out they might need to know. Fixes rdar://14310572
Enrico Granata
- [Lldb-commits] [lldb] r215800 - When attempting to print function names with arguments in frame formatting, attempt to detect templated functions, and replace the argument list with values outside the template marking. Turns C::f<(this=0x00007fff5fbffb70, x=2, y=1)0>(int, int) into C::f<(C::V)0>(this=0x00007fff5fbffb70, x=2, y=1), which definitely looks more like the real thing. Fixes rdar://14882237
Enrico Granata
- [Lldb-commits] [lldb] r215801 - Enable the data formatter for std::vector<bool> on libc++ again. In recent clang builds, we are vended a different typename, which the formatter needs to match against.
Enrico Granata
- [Lldb-commits] [PATCH] SBValueList::FindFirstValueByName
Enrico Granata
- [Lldb-commits] [PATCH] lldb gdb inspired use of ptrace on arm64
Paul Osmialowski
- [Lldb-commits] [PATCH] Fix Linux lldb local and remote debugging to respect the flag to disable ASLR.
Todd Fiala
- [Lldb-commits] [lldb] r215822 - Fix Linux to respect ASLR settings when launching processes to debug locally and remotely.
Todd Fiala
- [Lldb-commits] [lldb] r215835 - Update comment for functionality not present in ObjectFile
Ed Maste
- [Lldb-commits] [PATCH] Add process launch --enable-aslr option, tweak handling of flag
Todd Fiala
Last message date:
Sun Aug 17 22:48:11 PDT 2014
Archived on: Tue Aug 4 15:44:50 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).