The Week Of Monday 1 December 2014 Archives by thread
Starting: Mon Dec 1 07:09:41 PST 2014
Ending: Sun Dec 7 19:09:01 PST 2014
Messages: 192
- [Lldb-commits] [PATCH] Unit tests to cover StringExtractor in advance of minor new functionality & minor refactor
Greg Clayton
- [Lldb-commits] [PATCH] Fix several test failures on Linux/FreeBSD caused by compiler configuration and invalid environment
Greg Clayton
- [Lldb-commits] [lldb] r223080 - StringExtractor unit tests
Vince Harron
- [Lldb-commits] [lldb] r223081 - Added StringExtractor::DecodeHexU8 && GetHexBytesAvail
Vince Harron
- [Lldb-commits] [lldb] r223082 - Added a new regular expression to the "_regexp-break" command ("b" by default):
Greg Clayton
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Kate Stone
- [Lldb-commits] [lldb] r223083 - lldb can deadlock when launched with an non-existing executable:
Greg Clayton
- [Lldb-commits] [PATCH] 5 minute timeout for tests
Zachary Turner
- [Lldb-commits] [lldb] r223084 - The register keyword is deprecated in C++11, so clang complains strongly about swig generating register declarations. Abuse the preprocessor to define the keyword away
Enrico Granata
- [Lldb-commits] [lldb] r223087 - Only normalize FileSpec paths *after* resolving them.
Zachary Turner
- [Lldb-commits] [lldb] r223088 - Link test executables with LLD on Windows.
Zachary Turner
- [Lldb-commits] [lldb] r223089 - Enable enabling and disabling breakpoints on Windows.
Zachary Turner
- [Lldb-commits] [lldb] r223091 - Fix several test failures on Linux/FreeBSD caused by compiler configuration and invalid environment - make lldbtest.registerSharedLibrariesWithTarget to support multiple platforms.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r223096 - Fix the behavior of ${current-pc-arrow} in the default disassembly
Jason Molenda
- [Lldb-commits] [PATCH] fix lldb-mi hang on OSX
Илья К
- [Lldb-commits] [PATCH] Fix bug 21670
Andy Chien
- [Lldb-commits] [PATCH] Fix broken test suite on Windows after r223091
Zachary Turner
- [Lldb-commits] [lldb] r223155 - Fix broken test suite on Windows after r223091.
Zachary Turner
- [Lldb-commits] [lldb] r223174 - Mark the armv7 q0-q3 and q8-q15 registers as volatile (not callee
Jason Molenda
- [Lldb-commits] [PATCH] Use timeout when reading debugserver's port from a named pipe.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r223196 - Update setMCJITMemoryManager call to keep in line with llvm r223183.
Jason Molenda
- [Lldb-commits] [lldb] r223222 - Fix a hang on OSX while executing -exec-run.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r223227 - Remove unnecessary changes committed in r223222.
Hafiz Abid Qadeer
- [Lldb-commits] [lldb] r223251 - Use timeout when reading debugserver's port from a named pipe.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r223272 - Correctly shutdown when DoDestroy is called with an active exception.
Zachary Turner
- [Lldb-commits] [lldb] r223273 - Manually call ModulesDidLoad when the executable is loaded.
Zachary Turner
- [Lldb-commits] [PATCH] Improve comments on PutSTDIN, GetSTDOUT, and GetSTDERR.
Zachary Turner
- [Lldb-commits] [lldb] r223308 - Improve the comments on PutSTDIN, GetSTDOUT, and GetSTDERR.
Zachary Turner
- [Lldb-commits] [PATCH] Fix a crash in dotest.py when the lldb executable is not built.
Stephane Sezer
- [Lldb-commits] [lldb] r223353 - Cleanup of the fix done recently for a lldb-mi hang on OSX.
Hafiz Abid Qadeer
- [Lldb-commits] [PATCH] Fixed ParseLocalName() in FastDemangle
Dmitry Vassiliev
- [Lldb-commits] [lldb] r223375 - Fix a build breakage. Looks like the LLVM side of this change has been reverted
Enrico Granata
- [Lldb-commits] [lldb] r223376 - Remove dead code from SymbolFileDWARF:
Greg Clayton
- [Lldb-commits] [lldb] r223379 - We should not pretend that an int is a valid ObjC pointer. If your number truly is a pointer, po (id)myNumber is a better alternative. Fixes rdar://16585032
Enrico Granata
- [Lldb-commits] [lldb] r223388 - Revert "Fix a build breakage. Looks like the LLVM side of this change has been reverted"
David Majnemer
- [Lldb-commits] [PATCH] Enable PipeWindows to support reading with timeout, and fix broken build of llgs.
Zachary Turner
- [Lldb-commits] [lldb] r223392 - Revert "Use timeout when reading debugserver's port from a named pipe."
Zachary Turner
- [Lldb-commits] [lldb] r223393 - Fix a minor error where I forgot to declare a variable.
Zachary Turner
- [Lldb-commits] [lldb] r223423 - Kill any python test script that takes more than 5 minutes
Vince Harron
- [Lldb-commits] [lldb] r223430 - Add support for embedding Clang compiler headers
Sean Callanan
- [Lldb-commits] [lldb] r223431 - Added support to Platform to indicate (1) whether the
Sean Callanan
- [Lldb-commits] [lldb] r223432 - Added the LLDB enumeration necessary to find the
Sean Callanan
- [Lldb-commits] [lldb] r223433 - This is the meat of the code to add Clang modules
Sean Callanan
- [Lldb-commits] [lldb] r223434 - Removed a stray directory.
Sean Callanan
- [Lldb-commits] [lldb] r223435 - Additional changes required by r223433.
Sean Callanan
- [Lldb-commits] [lldb] r223436 - Changes to the expression parser to actually use
Sean Callanan
- [Lldb-commits] [lldb] r223437 - Added CMake support so all the Clang modules code
Sean Callanan
- [Lldb-commits] [lldb] r223441 - Reverting r223423, test timeout
Vince Harron
- [Lldb-commits] [lldb] r223446 - Fix a crash in dotest.py when the lldb executable is not built.
Stephane Sezer
- [Lldb-commits] [PATCH] lldb-mi: fix -stack-list-locals shows global variables
Ilia K
- [Lldb-commits] [PATCH] fix invalid header path introduced by r223433
Ilia K
- [Lldb-commits] [lldb] r223484 - Fix compilation errors after clang modules checkin.
Zachary Turner
- [Lldb-commits] [lldb] r223496 - Implement an empty DynamicLoader plugin for Windows.
Zachary Turner
- [Lldb-commits] [lldb] r223497 - Load / unload modules in the target when the OS events occur.
Zachary Turner
- [Lldb-commits] [lldb] r223498 - Subtract the size of the breakpoint opcode from the PC when getting the bp site.
Zachary Turner
- [Lldb-commits] Fix a few issues in ClangExpressionParser
Zachary Turner
- [Lldb-commits] [lldb] r223499 - Fix a few default label in switch which covers all
Eric Christopher
- [Lldb-commits] [lldb] r223501 - Fix a bunch of [-Werror, -Winconsistent-missing-override] warnings.
Eric Christopher
- [Lldb-commits] [lldb] r223511 - Add commands
Enrico Granata
- [Lldb-commits] [PATCH] Fix some posixy assumptions that were used during RunShellCommand
Zachary Turner
- [Lldb-commits] [PATCH] Modify dotest.py to be able to run without an lldb build.
Stephane Sezer
- [Lldb-commits] [lldb] r223541 - Fix some uninitialized variables in ClangExpressionParser.
Zachary Turner
- [Lldb-commits] [lldb] r223543 - First pass at a description of the lldb coding conventions.
Jim Ingham
- [Lldb-commits] [lldb] r223544 - Add a list iterable helper and use it to make a Breakpoint
Jim Ingham
- [Lldb-commits] [lldb] r223548 - Fix some posix assumptions related to running shell commands.
Zachary Turner
- [Lldb-commits] [lldb] r223550 - Add an initial description of the rules for constructing new SB API classes.
Jim Ingham
- [Lldb-commits] [lldb] r223557 - Add new-lines after module compiler errors so
Sean Callanan
- [Lldb-commits] [lldb] r223559 - Fix a type (MAX_PATH instead of PATH_MAX) and remove an unused variable.
Jim Ingham
- [Lldb-commits] [lldb] r223560 - Now that we get types from modules, we occasionally
Sean Callanan
- [Lldb-commits] [lldb] r223565 - Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
- [Lldb-commits] [lldb] r223568 - Reverting r223548 which broke running in the shell on OS X.
Jim Ingham
- [Lldb-commits] [lldb] r223569 - Improvements to FastDemangler to correct parsing of <local-name> encodings for string literal and parameter/entity cases. Patch courtesy of slydiman.
Kate Stone
- [Lldb-commits] [lldb] r223575 - Fixed an unfortunate reversed conditional that
Sean Callanan
- [Lldb-commits] [lldb] r223625 - The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
Last message date:
Sun Dec 7 19:09:01 PST 2014
Archived on: Tue Aug 4 15:44:53 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).