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