summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix test to compile and run on iOS.Greg Clayton2013-12-032-31/+53
* Fixed up the framework includes to all be done in the extra linker options. W...Greg Clayton2013-12-031-79/+45
* Remove print statement when successfully setting the platform's working direc...Greg Clayton2013-12-031-1/+0
* <rdar://problem/15566148>Greg Clayton2013-12-031-8/+5
* #include <Python.h>, not <Python/Python.h>. The latter results inJason Molenda2013-12-031-4/+0
* Build up UnwindPlan::PlanValidAtAddress to recognize some generalJason Molenda2013-12-031-0/+20
* Remove the bad assumption that breakpoint locations won't get deleted in Brea...Jim Ingham2013-12-032-9/+15
* A few more details on the DataVisualization class in our architectural doc. I...Enrico Granata2013-12-031-2/+14
* Fix build on FreeBSD after r196141Ed Maste2013-12-021-0/+4
* Ensure parsed debug arange data is sortedEd Maste2013-12-021-0/+1
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-0220-135/+147
* Request for review: Fix build-llvm.plJean-Daniel Dupas2013-12-021-3/+1
* elf: Move elf note parsing to ObjectFileELF.cppEd Maste2013-12-023-90/+76
* test: Decorators for pr17910Ed Maste2013-12-022-14/+14
* Also silent -Wno-cast-qual in the SWIG Python wrapper. Remove a huge number o...Sylvestre Ledru2013-11-281-1/+1
* Fix MSVC buildColin Riley2013-11-264-7/+19
* Add decorator for FreeBSD failing test due to pr18061Ed Maste2013-11-261-1/+1
* Fix compile warningsEd Maste2013-11-251-2/+2
* Remove unused variableEd Maste2013-11-251-2/+0
* Correct a standalone debug file pathEd Maste2013-11-251-4/+4
* Remove redundant assignmentEd Maste2013-11-251-2/+0
* test: Fix punctuation in exceptions for log env varsEd Maste2013-11-251-3/+3
* Fix issue from r166732 found by Andrew KaylorEd Maste2013-11-251-2/+2
* PT_CONTINUE and PT_STEP are process-scope on FreeBSDEd Maste2013-11-252-20/+20
* test: Add decorator for FreeBSD watchpoint failureEd Maste2013-11-251-0/+1
* Change lldb from building against a Python framework out ofJason Molenda2013-11-2310-112/+116
* Add --enable-cxx11 to llvm builds. As of r195239, SmallPtrSet.h /Jason Molenda2013-11-231-5/+5
* Removed printf and puts calls that were left in accidentally.Greg Clayton2013-11-231-13/+0
* Improved platform support.Greg Clayton2013-11-2311-61/+216
* <rdar://problem/15540233> Greg Clayton2013-11-221-1/+2
* Patch from Todd Fiala for http://llvm.org/bugs/show_bug.cgi?id=17961Greg Clayton2013-11-221-2/+4
* Patch from Todd Fiala: lldb will seg fault if for some reason there is no unw...Greg Clayton2013-11-221-8/+11
* Make sure the getopt variables are correctly initialized for any option parsing.Greg Clayton2013-11-224-5/+64
* Fixed functions to always reply to packets and added a port offset.Greg Clayton2013-11-222-182/+224
* Fix ePathTypeSupportExecutableDir for shallow bundle Darwin targets and add "...Greg Clayton2013-11-221-1/+22
* Only use a PTY master/slave when launching for local processes.Greg Clayton2013-11-221-3/+3
* Fix File::GetPermissions() to only return the permission bits.Greg Clayton2013-11-221-2/+2
* Fix indentation.Greg Clayton2013-11-221-3/+5
* Disable stop-hook test on FreeBSD as on LinuxEd Maste2013-11-221-0/+1
* Remove decorators for llvm.org/pr17225Ed Maste2013-11-222-2/+0
* Fix for PECOFF GetArchitectureColin Riley2013-11-221-1/+1
* #include <AvailabilityMacros.h> if you want to use them. This was causing us...Jim Ingham2013-11-221-0/+1
* <rdar://problem/15530080>Enrico Granata2013-11-2212-258/+292
* Tweak exports list so lldb will still build correctly whenJason Molenda2013-11-211-1/+1
* Exit if launch doesn't succeed.Greg Clayton2013-11-211-0/+1
* Added the ability to launch the program that was specified on the command lin...Greg Clayton2013-11-211-2/+20
* Start the correct host abstraction of process and thread.Greg Clayton2013-11-215-14/+1048
* Update cmake for SBPlatform.cpp added in r195273Ed Maste2013-11-211-0/+1
* Annotate test that fails on the FreeBSD buildbotEd Maste2013-11-211-0/+1
* Fixes to get the arm native debugserver building again.Jason Molenda2013-11-216-13/+20
OpenPOWER on IntegriCloud