summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Don't search for module resources at all if the setting is set to "false". Greg Clayton2014-08-182-4/+6
* Fix an issue with source file groupings in the CMake build.Zachary Turner2014-08-181-1/+1
* add missing break. Fix CID 1229446 & 1203680Sylvestre Ledru2014-08-181-3/+5
* Fix the missleading indentation. Fix CID 1096332Sylvestre Ledru2014-08-181-1/+1
* Fix the missleading indentation. Fix CID 1096300Sylvestre Ledru2014-08-181-3/+3
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-177-8/+94
* Enable the data formatter for std::vector<bool> on libc++ again. In recent cl...Enrico Granata2014-08-161-0/+2
* When attempting to print function names with arguments in frame formatting, a...Enrico Granata2014-08-161-1/+23
* In order for the debug script filename to be valid as a module name, LLDB doe...Enrico Granata2014-08-165-7/+40
* In the CMake build, convert lldbHost to be a single static library.Zachary Turner2014-08-158-85/+66
* Add functions to ClangASTContext to get integer types of a given byte sizeEnrico Granata2014-08-151-0/+57
* Try to fix the Make buildZachary Turner2014-08-152-0/+17
* Remove another of the llvm given warnings from the list ofEric Christopher2014-08-151-3/+4
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-1525-592/+677
* Missed a few places where we need to report unreadable executables.Greg Clayton2014-08-156-24/+66
* Don't crash when specifying a core file that isn't readable.Greg Clayton2014-08-154-9/+58
* Fix a thinko in the process list formatting.Jim Ingham2014-08-151-6/+15
* Fix typo in error message.Eric Christopher2014-08-141-1/+1
* fix the _regexp-break command to allow quotes around the name:Greg Clayton2014-08-141-1/+1
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-1412-189/+183
* Don't enable STDIN for cases where we are supplying lines to be run in the em...Greg Clayton2014-08-141-2/+2
* gcc_esp_i386 and gcc_ebp_i386 had their values backwards forJason Molenda2014-08-131-2/+10
* Fixed launching in shell on haswell enabled Macs to work more than once when ...Greg Clayton2014-08-121-1/+3
* llgs: corrected Linux signal reception notification for SIGABRT, SIGSEGV and ...Todd Fiala2014-08-121-81/+84
* Fix iohandler prompt race condition.Todd Fiala2014-08-124-3/+49
* Fix incorrect Linux i386 register info initialization on x86_64.Todd Fiala2014-08-121-1/+1
* Fetching the parent frame may fail, handle that case. Patch from Tong Shen.Jim Ingham2014-08-112-3/+8
* Remove a few uses of LLDB_DISABLE_POSIX.Zachary Turner2014-08-114-21/+0
* Patch to enable LLDB to extract value bytes from DWARF block forms and udata/...Enrico Granata2014-08-112-5/+52
* Fix some typos:Sylvestre Ledru2014-08-113-4/+4
* Windows: update for LLVM API changeSaleem Abdulrasool2014-08-091-1/+0
* Host: remove unused functionSaleem Abdulrasool2014-08-091-21/+0
* Implement some common file operations on Windows.Zachary Turner2014-08-092-60/+111
* Fix a bug where SetFilePermissions was calling MakeDirectory.Zachary Turner2014-08-091-1/+1
* Fix bug causing FileSpec::GetPath() to crash with a null dest.Zachary Turner2014-08-081-0/+3
* Fix some python shutdown / ordering issues.Zachary Turner2014-08-081-1/+5
* Add an option to suppress the persistent result variable when running Evaluat...Jim Ingham2014-08-081-0/+13
* Fix a thinko in the memory allocator that was causing us to strand an allocat...Jim Ingham2014-08-081-7/+9
* Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH...Jim Ingham2014-08-081-12/+4
* Disable the command pipe in ConnectionFileDescriptor for Windows.Zachary Turner2014-08-071-1/+8
* Revert "Fix the build broken as a result of deleting jit from LLVM."Zachary Turner2014-08-072-1/+4
* r215124 missed a few Mac OS X only uses of FileSpec::Resolve, fixing to matchJim Ingham2014-08-071-11/+10
* StringLexer: Fix CMake buildDavid Majnemer2014-08-071-0/+1
* Use standard realloc so FreeBSD Host.cpp can use glibcEd Maste2014-08-071-3/+7
* Add a StringLexer utility class that can be used when you have string data th...Enrico Granata2014-08-071-0/+93
* Optimizations for FileSpec.Zachary Turner2014-08-075-172/+108
* Fix FileSpec to be able to understand Windows paths.Zachary Turner2014-08-072-45/+74
* Fix the build broken as a result of deleting jit from LLVM.Zachary Turner2014-08-072-4/+1
* Fixed the build broken by the r215046.Hafiz Abid Qadeer2014-08-071-2/+2
* Fix ProcessKDP after Host/Socket additionKeno Fischer2014-08-061-2/+3
OpenPOWER on IntegriCloud