| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if... | Greg Clayton | 2014-10-13 | 1 | -1/+0 |
* | Reinstate setting addr_width to the result of the computation, | Eric Christopher | 2014-10-11 | 1 | -1/+1 |
* | Remove default case from a fully covered switch. | Eric Christopher | 2014-10-11 | 1 | -1/+0 |
* | Fix unused variable warning from r219544. | Eric Christopher | 2014-10-10 | 1 | -1/+0 |
* | LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ... | Kuba Brecka | 2014-10-10 | 2 | -0/+120 |
* | Add a new disassembly-format specification so that the disassembler | Jason Molenda | 2014-10-10 | 5 | -52/+267 |
* | Add an API on ValueObject to retrieve the desired dynamic/synthetic combinati... | Enrico Granata | 2014-10-09 | 1 | -0/+50 |
* | Extend synthetic children to produce synthetic values (as in, those that GetV... | Enrico Granata | 2014-10-08 | 6 | -15/+45 |
* | Create a ConnectionGenericFile class for Windows. | Zachary Turner | 2014-10-06 | 1 | -0/+16 |
* | Move ConnectionFileDescriptor to platform-specific Host directory. | Zachary Turner | 2014-10-06 | 3 | -814/+1 |
* | Fix a problem where LLDB was constructing a TypeImpl marking the dynamic type... | Enrico Granata | 2014-10-06 | 1 | -1/+1 |
* | Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections | Matthew Gardiner | 2014-09-29 | 3 | -32/+31 |
* | Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil... | Todd Fiala | 2014-09-27 | 1 | -3/+45 |
* | Fix up the HostThread interface, making the interface simpler. | Zachary Turner | 2014-09-23 | 2 | -14/+10 |
* | ConnectionFileDescriptor::Connect()'s handling of the "fd://" method | Jason Molenda | 2014-09-23 | 1 | -3/+0 |
* | Test suite runs better again after recent fixes that would select a platform ... | Greg Clayton | 2014-09-19 | 1 | -1/+1 |
* | Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction... | Carlo Kok | 2014-09-19 | 1 | -0/+20 |
* | Fix the ctor ivar initialization formatting for Debugger, | Jason Molenda | 2014-09-12 | 1 | -16/+16 |
* | Create a HostThread abstraction. | Zachary Turner | 2014-09-09 | 3 | -45/+49 |
* | Start plumbing the type validator logic through to the ValueObjects; allow a ... | Enrico Granata | 2014-09-05 | 1 | -2/+25 |
* | Add error report when Module::GetObjectFile() fails to find a plugin to open ... | Todd Fiala | 2014-09-05 | 1 | -0/+4 |
* | ASan malloc/free history threads | Kuba Brecka | 2014-09-04 | 1 | -0/+104 |
* | Add an interface on ArchSpec to provide lldb client code | Matthew Gardiner | 2014-09-01 | 1 | -0/+34 |
* | lldb - towards AArch64 being recognised as platform architecture | Todd Fiala | 2014-08-28 | 1 | -0/+36 |
* | Update LLDB to use LLVM's DynamicLibrary. | Zachary Turner | 2014-08-27 | 2 | -27/+23 |
* | Add support for kalimba architecture variants 3, 4 and 5. | Matthew Gardiner | 2014-08-27 | 1 | -2/+18 |
* | It was pointed out to me that an offset of 0 makes sense for ObjC, but not al... | Enrico Granata | 2014-08-26 | 1 | -2/+1 |
* | Add an API on ValueObject to generate a 'synthetic child' of base class type.... | Enrico Granata | 2014-08-26 | 1 | -0/+42 |
* | When adding a dSYM to an existing ObjectFile, we can have a situation | Jason Molenda | 2014-08-22 | 1 | -0/+11 |
* | Move Host::GetLLDBPath to HostInfo. | Zachary Turner | 2014-08-21 | 2 | -5/+7 |
* | Fix on Linux for ReadThread lingering after inferior exits | Todd Fiala | 2014-08-21 | 1 | -2/+13 |
* | Move Host::GetArchitecture to HostInfo::GetArchitecture. | Zachary Turner | 2014-08-20 | 1 | -7/+8 |
* | Add an accessor to ValueObject that determines if the object represents a bas... | Enrico Granata | 2014-08-19 | 1 | -0/+20 |
* | Move some Host logic into HostInfo class. | Zachary Turner | 2014-08-19 | 1 | -2/+2 |
* | Don't search for module resources at all if the setting is set to "false". | Greg Clayton | 2014-08-18 | 2 | -4/+6 |
* | add missing break. Fix CID 1229446 & 1203680 | Sylvestre Ledru | 2014-08-18 | 1 | -3/+5 |
* | Fix the missleading indentation. Fix CID 1096332 | Sylvestre Ledru | 2014-08-18 | 1 | -1/+1 |
* | When attempting to print function names with arguments in frame formatting, a... | Enrico Granata | 2014-08-16 | 1 | -1/+23 |
* | In order for the debug script filename to be valid as a module name, LLDB doe... | Enrico Granata | 2014-08-16 | 1 | -1/+2 |
* | Disable the command pipe in ConnectionFileDescriptor for Windows. | Zachary Turner | 2014-08-07 | 1 | -1/+8 |
* | Creates a socket host object. | Zachary Turner | 2014-08-06 | 1 | -925/+153 |
* | Rewrote the initial DW_OP_piece support to be able to support opcodes like: | Greg Clayton | 2014-07-31 | 1 | -1/+63 |
* | When constructing an ArchSpec from a MachO cpu type and subtype, don't set th... | Greg Clayton | 2014-07-29 | 1 | -0/+9 |
* | Fix supported architectures on PlatformWindows. | Zachary Turner | 2014-07-28 | 1 | -2/+6 |
* | Fix the MSVC build. MSVC does not support constexpr. | Zachary Turner | 2014-07-28 | 1 | -1/+1 |
* | Make sure we don't crash if someone (E.G.) comments out on entry from g_core_... | Greg Clayton | 2014-07-23 | 1 | -6/+11 |
* | Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. | Todd Fiala | 2014-07-23 | 2 | -3/+3 |
* | PluginManager: Don't cast from void-pointer to pointer-to-function | David Majnemer | 2014-07-22 | 1 | -2/+16 |
* | Mangled: Fix an 'unused variable' warning on GNU/Linux | David Majnemer | 2014-07-22 | 1 | -2/+1 |
* | Dramatically improves C++ demangling performance by introducing a new impleme... | Kate Stone | 2014-07-22 | 3 | -2/+2220 |