summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Added newline at end of file to avoid compiler warning.Greg Clayton2014-08-181-1/+1
* 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
* Update comment for functionality not present in ObjectFileEd Maste2014-08-171-16/+4
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-178-8/+114
* 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-166-8/+42
* In the CMake build, convert lldbHost to be a single static library.Zachary Turner2014-08-158-85/+66
* Still trying to fix the Make build. Link lldbHostPosix to liblldbZachary Turner2014-08-151-0/+3
* Add functions to ClangASTContext to get integer types of a given byte sizeEnrico Granata2014-08-152-0/+80
* 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-1530-661/+800
* Fix dependency ordering for the xpc file installs.Jason Molenda2014-08-151-1/+1
* 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-155-9/+67
* 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
* Update .gitignore for MacOSXZachary Turner2014-08-141-0/+2
* fix the _regexp-break command to allow quotes around the name:Greg Clayton2014-08-141-1/+1
* Fix 'pid' and 'executable' fields in the list-thread-group.Hafiz Abid Qadeer2014-08-141-19/+28
* Implementation of exec-run using lldb API.Hafiz Abid Qadeer2014-08-141-10/+35
* Fix command "gdb-set" to handle long option --threadgroup and accept --longOp...Deepak Panickal2014-08-147-6/+43
* Modification to clang-format style.Zachary Turner2014-08-141-1/+2
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-1416-250/+251
* Don't enable STDIN for cases where we are supplying lines to be run in the em...Greg Clayton2014-08-141-2/+2
* <rdar://problem/18001677>Han Ming Ong2014-08-131-20/+14
* Update clang-format file.Zachary Turner2014-08-131-0/+3
* Use consistent capitalization for ENABLE_THREADS in testsEd Maste2014-08-132-2/+2
* Get test executables compiling on Windows.Zachary Turner2014-08-1331-138/+201
* gcc_esp_i386 and gcc_ebp_i386 had their values backwards forJason Molenda2014-08-131-2/+10
* Add comment explaining the dwarf v. eh_frame register numbering usedJason Molenda2014-08-131-1/+6
* 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-126-86/+230
* Fix iohandler prompt race condition.Todd Fiala2014-08-125-3/+69
* 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-113-5/+63
* Fix some typos:Sylvestre Ledru2014-08-1114-17/+17
* Also build lldb-gdbserver under KFreeBSDSylvestre Ledru2014-08-111-1/+1
* 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-094-62/+114
* 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-084-15/+21
OpenPOWER on IntegriCloud