summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Have CommandObject::CheckRequirements() report the largest missingJason Molenda2014-09-201-3/+18
* Fix a thinko in how the RemoteiOS Platform looked up files in the SDK & otherJim Ingham2014-09-191-66/+52
* We had to squirrel away the dyld module before doing ResolveExecutableModule,...Jim Ingham2014-09-191-1/+7
* Make sure to #include <atomic> when using std::atomic.Zachary Turner2014-09-191-0/+1
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-1931-144/+209
* Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok2014-09-192-0/+104
* Fix typo in Linux ASLR logging.Todd Fiala2014-09-192-2/+2
* Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata2014-09-193-20/+209
* llgs: removed some wait-for-stop code in inferior process launch pipeline.Todd Fiala2014-09-182-31/+8
* Fix the ability of "lldb-platform" to upload files.Greg Clayton2014-09-181-6/+7
* Hex encode the triple values in case they contain special characters.Greg Clayton2014-09-182-5/+17
* Add better logging for the "$vFile:pwrite:" packet so we can show binary data...Greg Clayton2014-09-181-5/+33
* Listen to the return value of the Platform::WriteFile() call within PlatformP...Greg Clayton2014-09-181-2/+20
* Retry remote connection one time in case of timeout and return an error that ...Greg Clayton2014-09-181-0/+6
* If a new platform is created/selected for an architecture, make it the select...Greg Clayton2014-09-171-0/+8
* Fixed an issue where the last N load commands in the mach-o core file would n...Greg Clayton2014-09-161-0/+1
* Unused functions break the -Werror build. Revert for now.Enrico Granata2014-09-161-9/+0
* Add a convenience function to FormatManager to setup an empty filter (one tha...Enrico Granata2014-09-161-0/+9
* Change the ClangASTMap implementation to use a thread-safe wrapper over llvm:...Enrico Granata2014-09-161-6/+12
* Clean-up warnings on Linux/GCCDavid Majnemer2014-09-166-8/+17
* Continuation broken for Python scripts when using non-interactive input (Xcod...Greg Clayton2014-09-151-1/+1
* ELF: store the thumbness of a function in symbol flags.Todd Fiala2014-09-152-2/+56
* Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata2014-09-153-5/+174
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-155-11/+19
* Fix JITLoaderGDB for 64-bit host and 32-bit targetTodd Fiala2014-09-152-8/+26
* Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata2014-09-152-4/+26
* lldb fix ARM64 register access - llgs sideTodd Fiala2014-09-151-0/+104
* Handle ARM ELF symbols properly: skip $t* and $a* symbols in ObjectFileELF.Todd Fiala2014-09-151-0/+26
* Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrent...Todd Fiala2014-09-151-1/+21
* Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentP...Todd Fiala2014-09-151-4/+14
* Nope, I was right originally. ResolveUsername should resolve "~" to the Jim Ingham2014-09-121-2/+3
* Don't make paths with /Foo//bar, that confuses everybody down the line.Jim Ingham2014-09-121-1/+10
* Fix incorrect initializer list style.Zachary Turner2014-09-121-13/+13
* Revert 217719, that wasn't the right fix, that should complete user names, andJim Ingham2014-09-121-2/+2
* ResolveUsername should resolve "~" to the user's home directory as well as "~...Jim Ingham2014-09-121-2/+2
* llgs: fix thread names broken by recent native thread changes.Todd Fiala2014-09-124-9/+9
* Make ProcessLaunchInfo copyable.Zachary Turner2014-09-121-16/+16
* Add logic to LLDB to figure out the types of member functions of C++ classes....Enrico Granata2014-09-122-0/+85
* lldb fix ARM64 register accessTodd Fiala2014-09-121-0/+93
* Fix OSX CMake buildDeepak Panickal2014-09-121-1/+0
* Fix the ctor ivar initialization formatting for Debugger,Jason Molenda2014-09-124-37/+37
* Recent builds of libcxx actually wrap an std::map's children values in a unio...Enrico Granata2014-09-121-1/+29
* Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use theJason Molenda2014-09-121-50/+26
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-117-49/+266
* When deciding if one-liner printing applies, and you find a summary, the summ...Enrico Granata2014-09-111-3/+2
* Add missing constructor definition.Zachary Turner2014-09-111-0/+5
* Update HostProcess to use the same facade pattern as HostThread.Zachary Turner2014-09-114-61/+81
* Fix Windows build.Zachary Turner2014-09-111-0/+1
* DWARF64 FixesTodd Fiala2014-09-1110-65/+145
* Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham2014-09-103-46/+325
OpenPOWER on IntegriCloud