summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
Commit message (Expand)AuthorAgeFilesLines
* Disable the command pipe in ConnectionFileDescriptor for Windows.Zachary Turner2014-08-071-1/+8
* Creates a socket host object.Zachary Turner2014-08-061-925/+153
* Rewrote the initial DW_OP_piece support to be able to support opcodes like:Greg Clayton2014-07-311-1/+63
* When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...Greg Clayton2014-07-291-0/+9
* Fix supported architectures on PlatformWindows.Zachary Turner2014-07-281-2/+6
* Fix the MSVC build. MSVC does not support constexpr.Zachary Turner2014-07-281-1/+1
* Make sure we don't crash if someone (E.G.) comments out on entry from g_core_...Greg Clayton2014-07-231-6/+11
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-232-3/+3
* PluginManager: Don't cast from void-pointer to pointer-to-functionDavid Majnemer2014-07-221-2/+16
* Mangled: Fix an 'unused variable' warning on GNU/LinuxDavid Majnemer2014-07-221-2/+1
* Dramatically improves C++ demangling performance by introducing a new impleme...Kate Stone2014-07-223-2/+2220
* Improve LLDB's embedded C++ demangler by addressing the following two issues:Kate Stone2014-07-221-4/+5
* LLDB now correctly handles virtual inheritance.Greg Clayton2014-07-192-6/+38
* Add kalimba as a platform.Todd Fiala2014-07-161-1/+1
* lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.Greg Clayton2014-07-141-0/+9
* lldb needs to support DW_op_piece masks for values in subregister and also to...Greg Clayton2014-07-122-3/+24
* Allow generic ARM cores to match any more specific ARM architecture.Greg Clayton2014-07-121-1/+9
* Remove assert now that we have a 'i' character that might come through as wel...Greg Clayton2014-07-111-1/+0
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-27/+4
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham2014-07-081-0/+14
* Add host layer support for pipes.Greg Clayton2014-07-021-43/+14
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-1/+1
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-7/+9
* Add Kalimba support to ArchSpec.Todd Fiala2014-07-011-2/+6
* Fix typos.Bruce Mitchener2014-07-016-14/+14
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-272-7/+7
* Fix a few typos.Bruce Mitchener2014-06-274-14/+14
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-1/+5
* Command files that switch input handlers didn't work, now they do.Greg Clayton2014-06-201-3/+23
* Core: address comparison of signed and unsigned typesSaleem Abdulrasool2014-06-131-2/+4
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-133-0/+531
* Added the ability to save core files:Greg Clayton2014-06-131-3/+22
* Multi-line expressions in Xcode now have a space between the line number and ...Greg Clayton2014-06-111-1/+1
* Restore select limitations comment for non-Apple platformsEd Maste2014-06-111-0/+6
* Remove duplicated codeEd Maste2014-06-101-180/+21
* Windows fix: Disable editline for MSVC. Since r208369 there have been issues,...Colin Riley2014-06-031-1/+2
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-022-45/+48
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-292-12/+66
* Fixed the Module::Module(ModuleSpec) constructor to properly copy the file of...Greg Clayton2014-05-291-2/+2
* Fix Windows warnings.Todd Fiala2014-05-281-2/+2
* Correct comment for thread name log optionEd Maste2014-05-211-1/+1
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-178-30/+81
* Fix the copy constructor and assignement operator for the lldb_private::Value...Greg Clayton2014-05-161-2/+4
* Replace SIZE_T_MAX with std::numeric_limits value in Section.cpp.Todd Fiala2014-05-141-1/+4
* Don't assert and crash when sections are malformed.Greg Clayton2014-05-141-11/+16
* "process kill" and "process detach" were causing double prompts or prompts th...Greg Clayton2014-05-081-2/+4
* Revert bad checkin that use incorrect member field.Greg Clayton2014-05-081-1/+0
OpenPOWER on IntegriCloud