summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Test cases for stepping out past frames with no debug info if that is turned on.Jim Ingham2014-03-154-0/+196
* Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...Greg Clayton2014-03-146-15/+77
* Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't ...Greg Clayton2014-03-143-9/+3
* build: fix libxml2 detection via CMakeSaleem Abdulrasool2014-03-142-2/+4
* One more time. Multi-line expressions when there is no valid expression that ...Greg Clayton2014-03-131-1/+1
* Fixed crasher when “expr” was NULL due to no characters following the ter...Greg Clayton2014-03-131-1/+1
* Allow a multi-line expression to follow expression commands with options when...Greg Clayton2014-03-132-19/+35
* Refactor the Queues test case a little based on feedback from Jim.Jason Molenda2014-03-131-59/+135
* Fix cmake build issues on Darwin.Todd Fiala2014-03-137-5/+18
* Since lldb version doesn’t have to be a valid floating point literal, like ...Todd Fiala2014-03-133-6/+5
* Changed "Windows.h" to "windows.h".Hafiz Abid Qadeer2014-03-131-1/+1
* Add some missing libraries for mingw.Hafiz Abid Qadeer2014-03-131-0/+8
* Change type of a few members of a struct from unsigned to signed.Hafiz Abid Qadeer2014-03-131-2/+2
* Hide some declarations from mingw.Hafiz Abid Qadeer2014-03-132-12/+15
* Create a Process::ModulesDidLoad() method to handle process-related tasks, as...Andrew MacPherson2014-03-138-78/+86
* Also check if the queues are serial or concurrent.Jason Molenda2014-03-131-1/+7
* Add a quick test case for some of the queues debugging support.Jason Molenda2014-03-133-0/+253
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-1312-3/+217
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-1317-233/+685
* Don’t put Radar numbers in code.Jim Ingham2014-03-121-1/+1
* When clearing a breakpoint site, make sure the owning process still exists be...Jim Ingham2014-03-122-1/+9
* If DWARF debug info and verbose mode is enabled ("log enable dwarf info verbo...Greg Clayton2014-03-121-4/+8
* Fixed Xcode project after files were moved over into trunk/source/Plugins/Pro...Greg Clayton2014-03-121-104/+118
* Allow verbose logging in the "dwarf" log channel.Greg Clayton2014-03-121-0/+2
* Add Process/Utility include directory on FreeBSDEd Maste2014-03-121-0/+1
* Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello2014-03-1234-24/+37
* Fix friendship declaration to match actual class declaration.Arnaud A. de Grandmaison2014-03-121-1/+1
* Replace some Windows specific string functions with std::string.Hafiz Abid Qadeer2014-03-121-4/+3
* Add Driver to the build for mingw.Hafiz Abid Qadeer2014-03-122-3/+10
* Moved a check in HostGetOpt.h.Hafiz Abid Qadeer2014-03-122-4/+4
* Replace some _MSC_VER with _WIN32.Hafiz Abid Qadeer2014-03-129-11/+11
* Added some missing header files.Hafiz Abid Qadeer2014-03-123-0/+3
* Add some missing defines that are already present in the cmake side.Hafiz Abid Qadeer2014-03-122-0/+9
* Fixed a problem where the expression parser wasSean Callanan2014-03-111-0/+16
* Followed up on Ed Maste's patch with a few moreSean Callanan2014-03-111-51/+23
* Detect when llvm or clang sources have changed and rebuild llvm/clang automat...Greg Clayton2014-03-111-5/+92
* After doing all the work to compute the target ValueObject we want to evaluat...Jim Ingham2014-03-111-0/+7
* Removed code that conditionally included pthread.h for mingw.Hafiz Abid Qadeer2014-03-111-5/+1
* update for renaming in LLVMSaleem Abdulrasool2014-03-112-2/+2
* build: use LLVM build routinesSaleem Abdulrasool2014-03-111-12/+10
* build: fix bleeding whitespaceSaleem Abdulrasool2014-03-112-13/+13
* Minor fix for a logging message.Jason Molenda2014-03-101-1/+1
* Fix Mingw build error by using lower case name for windows header files.Hafiz Abid Qadeer2014-03-105-5/+5
* Fix #if 0'd code after range-based for loop changeEd Maste2014-03-101-2/+2
* Update LLDB for LLVM iterator change in r203364Ed Maste2014-03-101-24/+14
* Update LLDB for LLVM iterator change in r203364Ed Maste2014-03-101-13/+5
* Correctly add the QueueID to a pending block's extended thread backtrace thread.Jason Molenda2014-03-105-75/+149
* libBacktraceRecording __introspection_dispatch_queue_get_pending_items isJason Molenda2014-03-095-51/+115
* SBQueue::GetNumPendingItems() should not force a fetch of the pendingJason Molenda2014-03-092-6/+32
* Fix unwind_plan test conditions (could result in NULL memory access).Virgile Bello2014-03-091-1/+1
OpenPOWER on IntegriCloud