aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov3-0/+205
2015-03-06Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner1-12/+10
2015-03-04Appease the Windows botEnrico Granata1-0/+1
2015-03-04Introduce lldbassert(x)Enrico Granata1-0/+38
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov2-0/+2
2015-02-25Revert "Fix warnings found with clang-cl."Zachary Turner1-3/+3
2015-02-25Fix warnings found with clang-cl.Zachary Turner1-3/+3
2015-02-11Fix Mingw build.Hafiz Abid Qadeer1-0/+1
2015-02-10Add JSON.cpp to CMakeLists.txtChaoren Lin1-0/+1
2015-02-10Add a JSON producer to LLDB - this is a set of classes that encapsulate JSON ...Enrico Granata1-0/+217
2015-02-09Dont' use O_CLOEXEC on Windows, since it doesn't exist.Zachary Turner1-1/+5
2015-02-09Fix descriptor leak in multi-target debuggingPavel Labath1-2/+3
2015-02-06Add support for SBProcess::PutSTDIN to remote processesVince Harron2-0/+4
2015-01-15UriParser - fixed potential buffer overrunVince Harron2-7/+22
2015-01-13Add an additional check to UnwindAssembly_x86::AugmentUnwindPlanFromCallSite Jason Molenda1-0/+6
2015-01-10Add RegisterNumber.cpp.Jason Molenda1-0/+1
2015-01-10Hoist the RegisterNumber class out of RegisterContextLLDB and makeJason Molenda1-0/+151
2015-01-06Adds UriParser::Parse and unit testsVince Harron3-0/+90
2014-12-01Added StringExtractor::DecodeHexU8 && GetHexBytesAvailVince Harron2-49/+63
2014-11-14Removed a couple of static helpers in the data formatters, replaced with new ...Enrico Granata1-0/+42
2014-11-10Cleaned up the StringLexer a little bit. It turnsSean Callanan1-25/+11
2014-11-08LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best1-0/+2
2014-10-27Stub out 'close' call on m_master_fd for Windows.Hafiz Abid Qadeer1-0/+4
2014-09-18Fix the ability of "lldb-platform" to upload files.Greg Clayton1-6/+7
2014-08-29lldb - Register Context Linux ARM64Todd Fiala1-1/+1
2014-08-23I forgot to include the header file for std::find, and that's breaking the Li...Enrico Granata1-0/+2
2014-08-23Fix a couple of potential issues in the lexer where we were ignoring the putb...Enrico Granata1-1/+7
2014-08-07StringLexer: Fix CMake buildDavid Majnemer1-0/+1
2014-08-07Add a StringLexer utility class that can be used when you have string data th...Enrico Granata1-0/+93
2014-07-01Fix typos.Bruce Mitchener1-1/+1
2014-07-01This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal1-0/+1
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala4-0/+23
2014-06-27lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool1-1/+3
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2-0/+2
2014-04-20Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste6-12/+12
2014-03-29Include string.h for memset() prototype. Thanks Dmitri.Jason Molenda1-0/+2
2014-03-29lldb arm64 import.Jason Molenda4-0/+341
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool1-10/+0
2013-12-05Extends StringExtractorGDBRemote to support debugger packets.Jean-Daniel Dupas2-10/+196
2013-11-20Expose SBPlatform through the public API.Greg Clayton3-27/+34
2013-10-18<rdar://problem/15182550>Enrico Granata1-2/+10
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger1-12/+12
2013-09-05Use <atomic> instead of "llvm/Support/Atomic.h". Removed unused RefCounter cl...Virgile Bello2-26/+0
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea4-6/+149
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello1-0/+15
2013-06-17Add new files to CMakeLists.txt to fix cmake build error.Michael Sartain1-0/+1
2013-06-17<rdar://problem/14134716>Enrico Granata1-0/+103
2013-05-21Added a test case that verifies that LLDB can debug across a process exec'ing...Greg Clayton1-0/+6
2013-04-25More CMake fixes for OS X.Filipe Cabecinhas1-1/+0
2013-04-18Make KQueue import the header in the correct path.Filipe Cabecinhas1-1/+1