summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham2013-07-024-12/+29
* Change the default timeout for KDP communications to be 5 seconds.Jason Molenda2013-07-021-1/+1
* Added SymbolVendorELF to the wrong target (lldb-tool), now it is correctly ad...Greg Clayton2013-07-011-2/+2
* Fixed Xcode project to include SymbolVendorELF.Greg Clayton2013-07-011-0/+14
* Recognize "decltype(nullptr)" as a valid DW_AT_name for DW_TAG_unspecified_ty...Greg Clayton2013-07-011-1/+2
* Split symbol support for ELF and Linux.Michael Sartain2013-07-0138-494/+1452
* Formatting cleanup.Jim Ingham2013-07-011-3/+10
* Following the modification introduced in llvm by commit 185311Sylvestre Ledru2013-07-019-16/+24
* More useful printout of arguments after the recent changes to support LLDB_TE...Enrico Granata2013-06-291-1/+1
* Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch fr...Greg Clayton2013-06-291-1/+1
* <rdar://problem/14309010>Enrico Granata2013-06-281-1/+2
* Missed a place where we have to pass the source location twice to FunctionDec...Jim Ingham2013-06-281-0/+1
* Hitherto the IRForTarget infrastructure has mainlySean Callanan2013-06-282-197/+277
* Default parameters are evil and should not be used. Case and point this check...Greg Clayton2013-06-282-9/+18
* FileSpec destructor doesn't need to be virtual.Greg Clayton2013-06-281-3/+0
* ArchSpec doesn't need a virtual destructor.Greg Clayton2013-06-281-3/+0
* PathMappingList doesn't need a virtual destructor.Greg Clayton2013-06-281-1/+0
* Don't check for "are there any loaded sections" before trying to resolve a br...Jim Ingham2013-06-281-3/+0
* Move sys/sysctl.h include after its dependency sys/types.hEd Maste2013-06-281-1/+1
* Prevent race in when stopping a "read thread"Tim Northover2013-06-271-2/+0
* A bit more cleanup on the process_events.py to use best practices for event h...Greg Clayton2013-06-271-54/+72
* Cleanup of IRForTarget. Removed some relics ofSean Callanan2013-06-272-83/+1
* Fixed the IRInterpreter to reject any code thatSean Callanan2013-06-271-0/+14
* Adding support for extracting line table information from .o files that do no...Enrico Granata2013-06-273-10/+52
* Fixed IRExecutionUnit so that it looks up addressesSean Callanan2013-06-271-2/+17
* <rdar://problem/14195566>Greg Clayton2013-06-272-9/+13
* Remove the process's reservation cache and don'tSean Callanan2013-06-273-148/+2
* <rdar://problem/14281898>Han Ming Ong2013-06-261-0/+18
* Update the platform options help strings.Greg Clayton2013-06-263-3/+3
* Fixed the process_events.py example to be able to specify the platform and al...Greg Clayton2013-06-261-64/+63
* <rdar://problem/14262854>Han Ming Ong2013-06-261-3/+16
* Remove unneeded limbo state flag.Matt Kopec2013-06-262-20/+2
* Remove unused include.Rafael Espindola2013-06-261-1/+0
* Don't explicitly set update versionEd Maste2013-06-261-1/+0
* Fix the lldb build.Rafael Espindola2013-06-261-12/+10
* Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatterJason Molenda2013-06-261-4/+0
* Remove the #define USE_CACHE since the formatters cache has been operational ...Enrico Granata2013-06-261-23/+7
* <rdar://problem/14266578>Enrico Granata2013-06-261-3/+1
* <rdar://problem/14243761>Enrico Granata2013-06-261-5/+5
* <rdar://problem/14266411>Enrico Granata2013-06-2512-37/+62
* Fixed a bug in ClangASTSource where we would returnSean Callanan2013-06-251-9/+9
* Fix undefined behaviour in data formatter test -- ensure char* null-terminatedDaniel Malea2013-06-251-3/+6
* Update version sscanf to match FreeBSD release infoEd Maste2013-06-251-2/+3
* Skip dsym tests also on FreeBSDEd Maste2013-06-251-1/+1
* Skip tests that hang on FreeBSDEd Maste2013-06-252-0/+20
* Correct use of __FreeBSD_kernel__Ed Maste2013-06-251-6/+4
* Match printf format specifiers and argumentsEd Maste2013-06-251-2/+2
* Update comment after Linux->POSIX renameEd Maste2013-06-251-2/+2
* If debugserver fails to interrogate the inferior process CPU typeJason Molenda2013-06-251-1/+35
* Remove some unnecessary uses of nub_break_t in the arm specificJason Molenda2013-06-253-126/+1
OpenPOWER on IntegriCloud