summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-06Put FreeBSD note types in their own namespaceEd Maste
2015-01-06Remove a lock acquisition from ProcessWindows::OnExitProcess.Zachary Turner
2015-01-06Added a test case for launching a process in a separate terminal window to en...Greg Clayton
2015-01-06More fixes to ensure if we are asked to launch a x86_64h process on darwin, t...Greg Clayton
2015-01-06Fix being able to get a thread result when calling HostThreadPosix::Join(). I...Greg Clayton
2015-01-05Make array symbol reading resilient to incomplete DWARF.Siva Chandra
2015-01-05When building on Windows, copy Python27(_d).dll to the output folder.Zachary Turner
2015-01-05Fix about 20 tests on Windows.Zachary Turner
2015-01-05Make sure x7 and x8 are treated as argument registers for arm64.Greg Clayton
2015-01-05fix cross compilation to 32 bit arm targetsVince Harron
2014-12-31Update the website with information about LLDB on Windows.Zachary Turner
2014-12-31Fix HTML formatting and non-conformance.Zachary Turner
2014-12-30Cleanup lldb-mi test cases.Hafiz Abid Qadeer
2014-12-29Fix trivial signed/unsigned comparison warningsAndy Gibbs
2014-12-29[cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIXChandler Carruth
2014-12-29[cmake] Teach the standalone CMake build to find the Python interpreterChandler Carruth
2014-12-22Add support for frameless function compact unwind encodings on x86_64/i386.Jason Molenda
2014-12-21Various unwinder work. Jason Molenda
2014-12-20Re-enable compact unwind use on Mac platforms.Jason Molenda
2014-12-20Cleanup some redundant codeEnrico Granata
2014-12-19No need to call SetErrorToErrno when pipe2 succeeds.Oleksiy Vyalov
2014-12-19[TestEvents] Replace expectedFailureLinux with skipIfLinuxSiva Chandra
2014-12-19[TestStaticVariables] Mark the one unmarked test let also expectedFailure.Siva Chandra
2014-12-19[TestCompletion] Spawn LLDB with '--no-use-colors'.Siva Chandra
2014-12-19Don't emit the "WARNING: no locations" message when breakpoints are set inJim Ingham
2014-12-19Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham
2014-12-19Don't generate lldb inline test Makefiles if Makefile already exists.Zachary Turner
2014-12-19Fixed an issue that could cause GetPointeeData() to fail when passing in a no...Greg Clayton
2014-12-18Always use python-based SWIG generation script for CMake.Zachary Turner
2014-12-18Display local kernel version only when non-remote in PlatformLinux.Stephane Sezer
2014-12-18We don't really handle printing embedded NULs in strings, but if we were to, ...Enrico Granata
2014-12-18Only compile RegisterContextWindows_x86.cpp for x86 host architecture.Zachary Turner
2014-12-17Fix a format string warning by noting that StringIsBreakpointNameEric Christopher
2014-12-17Fix initialization order to match that of the source.Eric Christopher
2014-12-17Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata
2014-12-17Work around an internal compiler error in MSVC.Zachary Turner
2014-12-17Enhance the Pipe interface for better portability.Zachary Turner
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
2014-12-16Improve the performance of the libc++ std::map formatter. This is not the ful...Enrico Granata
2014-12-16In C++, it's #include not #importEnrico Granata
2014-12-16Delete MSVC intermediate files on "make clean" from tests.Zachary Turner
2014-12-16Fixed 2 typos in help.Hafiz Abid Qadeer
2014-12-16Temporarily disable CompactUnwindInfo::GetCompactUnwindInfoForFunction.Jason Molenda
2014-12-16Instead of rolling our own, use the C++11 sanctioned solutionEnrico Granata
2014-12-16If a binary was stripped we sometimes didn't show the ivars of an Objective C...Greg Clayton
2014-12-15Now that AddressOf() does sane things with const results, this check is wrong...Enrico Granata
2014-12-15Provide a SBFrame.register/.reg helper on the Python side of SBFrame to vend ...Enrico Granata
2014-12-15Replace ioctl with select to reduce processor usage by lldb-mi on OSX.Hafiz Abid Qadeer
2014-12-13Make the platform process connect path less chatty.Stephane Sezer
2014-12-13Move a bunch of method implementations over to the C++ file; remove the need ...Enrico Granata