summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* Allow Process::WaitForProcessToStop to return immediately if process is alrea...Daniel Malea2013-10-092-2/+15
* Fix filenames in header comment blocksEd Maste2013-10-096-6/+6
* Handle the case where completing variables in a frame Jason Molenda2013-10-091-4/+7
* Fixed a bug where variables' byte sizes would notSean Callanan2013-10-092-9/+27
* Fixed a bug in the Materializer where we sent theSean Callanan2013-10-091-1/+1
* Clean up RegisterContextPOSIX i386 code.Michael Sartain2013-10-0924-1776/+2481
* <rdar://problem/14923930>Enrico Granata2013-10-091-6/+5
* <rdar://problem/15180638>Enrico Granata2013-10-091-14/+19
* <rdar://problem/14028923>Enrico Granata2013-10-083-5/+58
* <rdar://problem/12632394>Enrico Granata2013-10-081-0/+21
* <rdar://problem/11778815>Enrico Granata2013-10-088-99/+593
* Add entries for arm6m to ArchSpec's g_macho_arch_entries.Jason Molenda2013-10-081-0/+2
* Fix build break: clang no longer supports -ast-dump-xml.Richard Smith2013-10-081-1/+0
* --raw was not always doing the right thing w.r.t. one-lining children. This c...Enrico Granata2013-10-071-1/+1
* Value stored to 'pid' was never read. Found by scan-build http://buildd-clang...Sylvestre Ledru2013-10-061-1/+1
* Cleaner way to work around the lack of delegating constructors on some versio...Enrico Granata2013-10-051-35/+32
* <rdar://problem/15154623>Enrico Granata2013-10-051-37/+37
* <rdar://problem/12042982>Enrico Granata2013-10-044-48/+136
* Made all other "operator bool"s explicit and ensuredSean Callanan2013-10-046-14/+14
* Remove unused local variable.Michael Sartain2013-10-041-2/+0
* Correct typo: Intructions -> InstructionsEd Maste2013-10-042-4/+4
* Remove EOL whitespace and redundant break statementEd Maste2013-10-041-11/+11
* Changed the bool conversion operator on ConstStringSean Callanan2013-10-0311-20/+20
* A more thorough fix for the newlines issueEnrico Granata2013-10-031-0/+2
* Change two new logging messages from verbose-only to non-verboseJason Molenda2013-10-031-2/+2
* <rdar://problem/15118409>Enrico Granata2013-10-031-2/+2
* Tweak logging messages from Ed's prev commit to make it a little moreJason Molenda2013-10-021-1/+4
* Avoid crash in unwinder if ABI isn't availableEd Maste2013-10-021-1/+6
* Fix endianness issue with POSIX dyld pluginEd Maste2013-10-022-25/+38
* Fix build after LLVM memory management API changes.Filip Pizlo2013-10-021-3/+5
* Fix build with GCC 4.6.2 (non-c++11 compilant compiler)Daniel Malea2013-09-301-5/+16
* Fix CMake build by including ValueObjectPrinter.cpp in list of sourcesDaniel Malea2013-09-301-0/+1
* <rdar://problem/14393032>Enrico Granata2013-09-3011-334/+592
* Display the errno error message instead of the idSylvestre Ledru2013-09-281-1/+1
* * Improve the wording (thanks to Ed Maste for the suggestion)Sylvestre Ledru2013-09-281-1/+3
* Fix a memory leak. Found by both scan-build and coverity. Close CID 1096442Sylvestre Ledru2013-09-281-0/+2
* If setgid fails for any reason, exit lldb.Sylvestre Ledru2013-09-281-2/+7
* Remove useless declaration. If match_type == eNameMatchIgnore, we already lef...Sylvestre Ledru2013-09-281-2/+0
* * mktemp is insecure as it always creates or uses insecure temporary file.Sylvestre Ledru2013-09-281-2/+3
* Remove trailing spacesSylvestre Ledru2013-09-281-65/+65
* Mark armv6m as "compatible" with armv7 - that's theJason Molenda2013-09-271-1/+1
* Add definitions for "armv6m", which indicates a Cortex-M0 processor.Jason Molenda2013-09-273-61/+109
* Fix OS Version reporting bug detected by TestPlatform for some Linux 3.x kern...Daniel Malea2013-09-271-1/+8
* Convert ClangASTType::GetTypeName over to return a ConstString to be consiste...Jim Ingham2013-09-273-12/+11
* If you erase while iterating, remember to update the iterator. Bug found by ...Jim Ingham2013-09-271-2/+2
* Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham2013-09-273-183/+159
* DWARF says line number 0 is a valid line number - used to indicate a source l...Jim Ingham2013-09-272-3/+22
* Remove unnecessary checks for thread_plan_sp (we check for this at the top of...Jim Ingham2013-09-271-2/+2
* missed one Close () call in 191446 overload fix for Posix only code.Carlo Kok2013-09-261-1/+1
* Fix the command name in the syntax text for _regexp-listBen Langmuir2013-09-261-1/+1
OpenPOWER on IntegriCloud