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