summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* SBHostOS: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+1
* PluginManager: Don't cast from void-pointer to pointer-to-functionDavid Majnemer2014-07-221-2/+16
* TypeSynthetic: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+1
* 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
* Fix an issue where an entry point of 0x00 would cause LLDB to think that the ...Deepak Panickal2014-07-221-1/+1
* Fix the warnings introducedDeepak Panickal2014-07-222-23/+7
* Improve LLDB's embedded C++ demangler by addressing the following two issues:Kate Stone2014-07-221-4/+5
* build: silence GCC warning on LinuxSaleem Abdulrasool2014-07-211-1/+7
* Update CMakeLists.txt and Makefiles for building/linking the Hexagon ABI and ...Deepak Panickal2014-07-211-0/+2
* Add the Hexagon DSP breakpoint opcode to PlatformWindows and PlatformLinuxDeepak Panickal2014-07-212-2/+12
* ABI for the Hexagon DSPDeepak Panickal2014-07-216-1/+769
* Dynamic loader for the Hexagon DSPDeepak Panickal2014-07-219-1/+1619
* Remove spurious debugging message from CMake.Zachary Turner2014-07-211-1/+0
* linux process: silence GCC switch coverage warningSaleem Abdulrasool2014-07-201-0/+2
* build: fix cmake warning with newer CMakeSaleem Abdulrasool2014-07-201-1/+1
* Add the ability to suppress the creation of a persistentJim Ingham2014-07-192-0/+7
* In Process::LoadImage, use the same function call both to call dlopen and to ...Jim Ingham2014-07-191-16/+25
* LLDB now correctly handles virtual inheritance.Greg Clayton2014-07-193-21/+124
* Test commit. Having trouble committing from one machine but notZachary Turner2014-07-181-1/+1
* Fix a bug with order of operations.Zachary Turner2014-07-181-1/+1
* Make lldb -P work on Windows.Zachary Turner2014-07-182-1/+19
* Fixing warnings shouldn't introduce a crasher.Greg Clayton2014-07-181-1/+3
* Use PRIx64.Joerg Sonnenberger2014-07-181-1/+1
* Use the designated PYTHON_EXECUTABLE during build.Zachary Turner2014-07-181-1/+1
* Fixed the objective C symbol parsing in ObjectFileMachO.Greg Clayton2014-07-171-6/+0
* ReadPointedString takes a Stream not a DataBuffer.Jim Ingham2014-07-171-3/+3
* Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner2014-07-171-1/+1
* In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and...Jim Ingham2014-07-171-0/+25
* Two fixes in the Objective-C language runtime:Sean Callanan2014-07-171-3/+20
* Modify the EFI KDP debugging to not use any dynamic loader since it does manu...Greg Clayton2014-07-161-1/+35
* ^C wasn't interrupting an expression during a long evaluation or deadlock.Greg Clayton2014-07-161-2/+22
* Fix some warnings in the Windows build.Zachary Turner2014-07-163-6/+6
* Add Host::MAX_THREAD_NAME_LENGTH constant.Todd Fiala2014-07-162-4/+25
* Fix build broken as a result of r213171.Zachary Turner2014-07-161-1/+1
* Add kalimba as a platform.Todd Fiala2014-07-1610-2/+501
* Any commands that are executed through the public interface using SBCommandIn...Greg Clayton2014-07-153-3/+20
* If Process::Finalize() has been called, don't track process state changes.Greg Clayton2014-07-141-0/+3
* lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.Greg Clayton2014-07-142-9/+24
* Modified gdb-remote tests to run with automatically-chosen ports.Todd Fiala2014-07-141-3/+17
* lldb needs to support DW_op_piece masks for values in subregister and also to...Greg Clayton2014-07-124-5/+102
* Allow generic ARM cores to match any more specific ARM architecture.Greg Clayton2014-07-122-3/+32
* Remove assert now that we have a 'i' character that might come through as wel...Greg Clayton2014-07-111-1/+0
* Don't crash when a SBType is handed out through the API and later used after ...Greg Clayton2014-07-111-71/+193
* Modify ObjectFileELF::GetArchitecture() to avoid calling ParseSectionHeaders(...Todd Fiala2014-07-111-2/+5
* Prevent ObjectFileELF::GetSectionHeaderInfo() from reparsing section headers.Todd Fiala2014-07-111-4/+4
* Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton2014-07-111-0/+12
* Remove code that was merged incorrectly.Greg Clayton2014-07-111-2/+0
* Get the python scripting interface working on Windows.Zachary Turner2014-07-102-1/+13
* Cleanup the iOS simulator code.Greg Clayton2014-07-106-58/+60
OpenPOWER on IntegriCloud