The Week Of Monday 17 November 2014 Archives by author
Starting: Mon Nov 17 00:37:49 PST 2014
Ending: Sat Nov 22 12:57:42 PST 2014
Messages: 189
- [Lldb-commits] [PATCH] lldb-mi support for CLI commands and -s option
Abid, Hafiz
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Shawn Best
- [Lldb-commits] [lldb] r222511 - fix Bug21211 : reworked test/api/multithreaded/test_listener_event_description.cpp to work properly on Linux/FreeBSD
Shawn Best
- [Lldb-commits] [PATCH] fix Bug21211 : reworked test/api/multithreaded/test_listener_event_description.cpp to work properly on Linux/FreeBSD
Shawn Best
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
David Blaikie
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Siva Chandra
- [Lldb-commits] [lldb] r222608 - Mark 9 lldb unit tests for ubuntu as XFAIL.
Siva Chandra
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
Eric Christopher
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
Eric Christopher
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
Eric Christopher
- [Lldb-commits] [lldb] r222271 - More override warning cleanup.
Eric Christopher
- [Lldb-commits] [lldb] r222153 - Fix some issue with running the test suite remotely on iOS.
Greg Clayton
- [Lldb-commits] [lldb] r222156 - Fixes for remote test suite execution of the "lldb/test/lang" directory.
Greg Clayton
- [Lldb-commits] [lldb] r222167 - Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
- [Lldb-commits] [lldb] r222206 - Fixed a broken test suite test after recent editline merges.
Greg Clayton
- [Lldb-commits] [lldb] r222207 - Have CommandObjectCommandsAddRegex inherit from IOHandlerDelegateMultiline so it will not immediately terminate after the first regular expression in "command regex <name>" commands.
Greg Clayton
- [Lldb-commits] [lldb] r222246 - Fixed the stop hook test after recent editline changes.
Greg Clayton
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Greg Clayton
- [Lldb-commits] [PATCH] Implement a RegisterContext for Windows and hook it up to TargetThreadWindows
Greg Clayton
- [Lldb-commits] [PATCH] Fix a typo in lldb-gdb-remote.txt.
Greg Clayton
- [Lldb-commits] [PATCH] Extend PipePosix with child_processes_inherit support - to control whether pipe handles should be inherited by a child process.
Greg Clayton
- [Lldb-commits] [PATCH] Added StringExtractor::DecodeHexU8 && StringExtractor::GetHexBytesAvail
Greg Clayton
- [Lldb-commits] [PATCH] Rename lldb register enums to contain lldb_ prefix
Greg Clayton
- [Lldb-commits] [lldb] r222589 - Remove print statement that was accidentally left in.
Greg Clayton
- [Lldb-commits] [lldb] r222602 - Fixed an issue where a DW_FORM_ref{2, 4, 8} might be extracted incorrectly because the wrong compile unit was being used to calculate the compile unit relative offset.
Greg Clayton
- [Lldb-commits] [lldb] r222160 - Not all things callable have an im_self, so harden the test logic against that. getattr(, , None) is the closest to ?. we have in Python, so use that
Enrico Granata
- [Lldb-commits] [lldb] r222189 - Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in
Enrico Granata
- [Lldb-commits] [lldb] r222190 - Fix a problem where the StringPrinter could be mistaking an empty string for a read error, and reporting spurious 'unable to read data' messages. rdar://19007243
Enrico Granata
- [Lldb-commits] [lldb] r222276 - Allow dsymutil to exists in a path with spaces in it
Enrico Granata
- [Lldb-commits] [lldb] r222277 - Add the ability for the NSString and libc++ std::string formatters to retrieve uncapped data
Enrico Granata
- [Lldb-commits] [lldb] r222280 - Shuffle APIs around a little bit, so that if you pass custom summary options, we don't end up caching the summary hence obtained. You may want to obtain an uncapped summary, but this should not be reflected in the summary we cache. The drawback is that we don't cache as aggressively as we could, but at least you get to have different summaries with different options without having to reset formatters or the SBValue at each step
Enrico Granata
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Enrico Granata
- [Lldb-commits] [lldb] r222548 - Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing was split between feature-specific flags, and an m_be_raw flag, which then drove some other changes in printing behavior. Clean that up, so that each functionality has its own flag .. oh, and make the bools all go in a bitfield since I may want to add more of those over time
Enrico Granata
- [Lldb-commits] [lldb] r222576 - Add an API on SBValueList to find the first value with a given name stored in the list
Enrico Granata
- [Lldb-commits] [lldb] r222582 - Per off-list feedback, this API returns the *first* value with a given name, not the *only* one. Rename it to reflect that
Enrico Granata
- [Lldb-commits] [lldb] r222593 - Enable Python summaries to use custom SBTypeSummaryOptions if the user is so inclined. Updates to the webdoc will follow
Enrico Granata
- [Lldb-commits] [lldb] r222594 - Just a few words to introduce the extra optional argument to Python summaries
Enrico Granata
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
Vince Harron
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Vince Harron
- [Lldb-commits] [PATCH] Mark 9 lldb unit tests for ubuntu as XFAIL
Vince Harron
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Vince Harron
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Vince Harron
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Vince Harron
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Vince Harron
- [Lldb-commits] [PATCH] Unit tests to cover StringExtractor in advance of minor new functionality & minor refactor
Vince Harron
- [Lldb-commits] [lldb] r222243 - Patch from dawn at burble.org to make the --silent-run do what it says, not the opposite of what it says.
Jim Ingham
- [Lldb-commits] [lldb] r222295 - Add "-k" and "-K" options to the driver, that allow you to register
Jim Ingham
- [Lldb-commits] [lldb] r222459 - "nexti" should not step over inlined functions.
Jim Ingham
- [Lldb-commits] [lldb] r222479 - Make the option parsing of -k & -K match the help strings.
Jim Ingham
- [Lldb-commits] [lldb] r222484 - Add a test for the driver's "-k" option.
Jim Ingham
- [Lldb-commits] [lldb] r222599 - Make the sourcing of the local .lldbinit file quiet.
Jim Ingham
- [Lldb-commits] [lldb] r222600 - This is the first step of making lldb able to create target-specific things
Jim Ingham
- [Lldb-commits] [PATCH] 5 minute timeout for tests
Chaoren Lin
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ed Maste
- [Lldb-commits] [lldb] r222134 - Add decorator for intermittently failing test on FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r222135 - Whitespace cleanup and remove non-canonical headers
Ed Maste
- [Lldb-commits] [lldb] r222136 - Fix Darwin and FreeBSD OS type detection
Ed Maste
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ed Maste
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ed Maste
- [Lldb-commits] [lldb] r222154 - Fix buildSwigWrapperClasses.py after recent break.
Ed Maste
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Ed Maste
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Ed Maste
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Ed Maste
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ed Maste
- [Lldb-commits] [lldb] r222245 - Add decorator for test that fails on FreeBSD after editline rework
Ed Maste
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Ed Maste
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ed Maste
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Ed Maste
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Ed Maste
- [Lldb-commits] [PATCH] Fix a typo in lldb-gdb-remote.txt.
Ed Maste
- [Lldb-commits] [PATCH] Properly specify a few checksum values for llgs tests.
Ed Maste
- [Lldb-commits] [lldb] r222442 - Add decorator for FreeBSD failure
Ed Maste
- [Lldb-commits] [lldb] r222449 - Remove decorator for FreeBSD test that now passes
Ed Maste
- [Lldb-commits] [PATCH] Extend PipePosix with child_processes_inherit support - to control whether pipe handles should be inherited by a child process.
Ed Maste
- [Lldb-commits] [PATCH] suppress compiler warning (mostly -Wsign-compare)
Ed Maste
- [Lldb-commits] [PATCH] Donot use -std=libstdc++ option if $(CC)=cc.
Ed Maste
- [Lldb-commits] [PATCH] fix Bug21211 : reworked test/api/multithreaded/test_listener_event_description.cpp to work properly on Linux/FreeBSD
Ed Maste
- [Lldb-commits] [PATCH] Extend PipePosix with child_processes_inherit support - to control whether pipe handles should be inherited by a child process.
Ed Maste
- [Lldb-commits] [lldb] r222501 - Rework parallel test process count logic
Ed Maste
- [Lldb-commits] [PATCH] Put FreeBSD note types in their own namespace
Ed Maste
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ed Maste
- [Lldb-commits] [PATCH] 5 minute timeout for tests
Ed Maste
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ed Maste
- [Lldb-commits] [lldb] r222127 - Add a little sketch of a program that can extract unwind
Jason Molenda
- [Lldb-commits] [lldb] r222171 - Small tweaks to make the editline sources match the lldb
Jason Molenda
- [Lldb-commits] [lldb] r222214 - Read the LSDA and Personality Routine function address out of the
Jason Molenda
- [Lldb-commits] [lldb] r222221 - Make the mutex ivar in Unwind recursive so we don't have a thread
Jason Molenda
- [Lldb-commits] [lldb] r222225 - Add documentation for the SBTarget::ReadInstructions and
Jason Molenda
- [Lldb-commits] [lldb] r222226 - Fix up the code in the FuncUnwinders class that
Jason Molenda
- [Lldb-commits] [lldb] r222301 - Add additional checks to the SavedLocationForRegister method
Jason Molenda
- [Lldb-commits] [lldb] r222498 - Change CommandObjectTargetModulesLoad so that the filename argument
Jason Molenda
- [Lldb-commits] [lldb] r222592 - Fix mispelled 'ling' Python property to be 'line' in
Jason Molenda
- [Lldb-commits] [lldb] r222601 - When a RegisterContext produces an invalid CFA address, change
Jason Molenda
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ismail Pazarbasi
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ismail Pazarbasi
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ismail Pazarbasi
- [Lldb-commits] [lldb] r222262 - Find SWIG with CMake
Ismail Pazarbasi
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ismail Pazarbasi
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Ismail Pazarbasi
- [Lldb-commits] [lldb] r222273 - git-svn test commit
Ismail Pazarbasi
- [Lldb-commits] [lldb] r222275 - Revert "git-svn test commit"
Ismail Pazarbasi
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ismail Pazarbasi
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ismail Pazarbasi
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ismail Pazarbasi
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ismail Pazarbasi
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Ismail Pazarbasi
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Alex Pepper
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Alex Pepper
- [Lldb-commits] [PATCH] Fix a typo in lldb-gdb-remote.txt.
Stephane Sezer
- [Lldb-commits] [PATCH] Properly specify a few checksum values for llgs tests.
Stephane Sezer
- [Lldb-commits] [lldb] r222440 - Fix a typo in lldb-gdb-remote.txt.
Stephane Sezer
- [Lldb-commits] [PATCH] Fix a typo in lldb-gdb-remote.txt.
Stephane Sezer
- [Lldb-commits] [lldb] r222441 - Properly specify a few checksum values for llgs tests.
Stephane Sezer
- [Lldb-commits] [PATCH] Properly specify a few checksum values for llgs tests.
Stephane Sezer
- [Lldb-commits] [PATCH] [lldb] Add @skipIfAddressSanitizerUnsupported test decorator
Doug Snyder
- [Lldb-commits] Fwd: [PATCH] [lldb] Add @skipIfAddressSanitizerUnsupported test decorator
Doug Snyder
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Kate Stone
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Kate Stone
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Kate Stone
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Kate Stone
- [Lldb-commits] [lldb] r222148 - [ProcessWindows] Create a TargetThreadWindows class.
Zachary Turner
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Zachary Turner
- [Lldb-commits] [PATCH] Change the way SWIG is found, and fixed a typo in OS detection
Zachary Turner
- [Lldb-commits] [lldb] r222150 - Reformat lldb-mi using clang-format.
Zachary Turner
- [Lldb-commits] [lldb] r222150 - Reformat lldb-mi using clang-format.
Zachary Turner
- [Lldb-commits] [lldb] r222150 - Reformat lldb-mi using clang-format.
Zachary Turner
- [Lldb-commits] [lldb] r222154 - Fix buildSwigWrapperClasses.py after recent break.
Zachary Turner
- [Lldb-commits] [lldb] r222075 - For some reason, sometimes the directory paths that clang emits have internal
Zachary Turner
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Zachary Turner
- [Lldb-commits] [lldb] r222176 - Fix broken build after signature change of ResolveExecutable.
Zachary Turner
- [Lldb-commits] [lldb] r222177 - Disable Editline on Windows.
Zachary Turner
- [Lldb-commits] [lldb] r222178 - Move the thread logic around to fit better into LLDB's process model.
Zachary Turner
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Zachary Turner
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Zachary Turner
- [Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.
Zachary Turner
- [Lldb-commits] [lldb] r222185 - Change HostThread::GetNativeThread() to return a derived reference.
Zachary Turner
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
Zachary Turner
- [Lldb-commits] [lldb] r222206 - Fixed a broken test suite test after recent editline merges.
Zachary Turner
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
Zachary Turner
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
Zachary Turner
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
Zachary Turner
- [Lldb-commits] [PATCH] Implement a RegisterContext for Windows and hook it up to TargetThreadWindows
Zachary Turner
- [Lldb-commits] [PATCH] Implement a RegisterContext for Windows and hook it up to TargetThreadWindows
Zachary Turner
- [Lldb-commits] [PATCH] Implement a RegisterContext for Windows and hook it up to TargetThreadWindows
Zachary Turner
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Zachary Turner
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Zachary Turner
- [Lldb-commits] [PATCH] Implement a RegisterContext for Windows and hook it up to TargetThreadWindows
Zachary Turner
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Zachary Turner
- [Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Zachary Turner
- [Lldb-commits] [lldb] r222474 - [ProcessWindows] Implement a RegisterContextWindows for x86.
Zachary Turner
- [Lldb-commits] [PATCH] Implement a RegisterContext for Windows and hook it up to TargetThreadWindows
Zachary Turner
- [Lldb-commits] [lldb] r222478 - Remove duplicated enum, use the authoritative one.
Zachary Turner
- [Lldb-commits] [PATCH] Rename lldb register enums to contain lldb_ prefix
Zachary Turner
- [Lldb-commits] [lldb] r222495 - Rename lldb registers to contain lldb_ prefix.
Zachary Turner
- [Lldb-commits] [PATCH] Rename lldb register enums to contain lldb_ prefix
Zachary Turner
- [Lldb-commits] [PATCH] 5 minute timeout for tests
Zachary Turner
- [Lldb-commits] [PATCH] 5 minute timeout for tests
Zachary Turner
- [Lldb-commits] [PATCH] os.remove shouldn't fail, if file doesn't exist
Zachary Turner
- [Lldb-commits] [lldb] r222597 - [ProcessWindows] Clean up the register definitions array.
Zachary Turner
- [Lldb-commits] [PATCH] Add some comments better documenting some fields of RegisterInfo and RegisterSet
Zachary Turner
- [Lldb-commits] Process::GetSTDOUT and PutSTDIN
Zachary Turner
- [Lldb-commits] [PATCH] add tests for lldb-mi
Zachary Turner
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [lldb] r222182 - Fix broken Linux build after signature change of ResolveExecutable.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r222184 - Fix broken NativeProcessLinux.cpp after signature change of ResolveExecutable.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [lldb] r222370 - Fix broken build after removing StringMap::GetOrCreateValue in favor of StringMap::insert.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r222372 - Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Extend PipePosix with child_processes_inherit support - to control whether pipe handles should be inherited by a child process.
Oleksiy Vyalov
- [Lldb-commits] [PATCH] Extend PipePosix with child_processes_inherit support - to control whether pipe handles should be inherited by a child process.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r222541 - Extend PipePosix with child_processes_inherit support - to control whether pipe handles should be inherited by a child process.
Oleksiy Vyalov
- [Lldb-commits] [lldb] r222075 - For some reason, sometimes the directory paths that clang emits have internal
jingham at apple.com
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
jingham at apple.com
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
jingham at apple.com
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
jingham at apple.com
- [Lldb-commits] [lldb] r222186 - Fix override/virtual warnings.
jingham at apple.com
- [Lldb-commits] [PATCH] fix for -Q option
jingham at apple.com
- [Lldb-commits] [PATCH] lldb-mi support for CLI commands and -s option
jingham at apple.com
- [Lldb-commits] [PATCH] fix for -Q option
dawn at burble.org
- [Lldb-commits] [PATCH] fix for -Q option
dawn at burble.org
- [Lldb-commits] [PATCH] lldb-mi support for CLI commands and -s option
dawn at burble.org
- [Lldb-commits] [PATCH] lldb-mi support for CLI commands and -s option
dawn at burble.org
- [Lldb-commits] [PATCH] lldb-mi support for CLI commands and -s option
dawn at burble.org
- [Lldb-commits] [PATCH] add tests for lldb-mi
dawn at burble.org
- [Lldb-commits] [PATCH] fix lldb-mi hang on OSX
dawn at burble.org
- [Lldb-commits] [PATCH] add tests for lldb-mi
dawn at burble.org
Last message date:
Sat Nov 22 12:57:42 PST 2014
Archived on: Tue Aug 4 15:44:52 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).