summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing expressions to evaluate with spaces and optional args (MI)Ilia K2016-09-222-15/+16
* fix Args function broken in r281942Todd Fiala2016-09-221-1/+1
* Fix typo in lldb --helpEd Maste2016-09-211-1/+1
* Fix for loop sign fix in r282112 for column = 0Ed Maste2016-09-211-1/+1
* Fix an incorrect nullptr conversion.Zachary Turner2016-09-211-1/+1
* Fix integer sign warning from r282105Ed Maste2016-09-211-1/+1
* Fix -Wcovered-switch-default warning in StackFrame.cppEd Maste2016-09-211-2/+0
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-2111-40/+103
* add stop column highlighting supportTodd Fiala2016-09-2116-51/+341
* Probably should add the breakpoint names test directory as well...Jim Ingham2016-09-213-0/+200
* Fix failing regex tests.Zachary Turner2016-09-211-1/+1
* Fix an inefficient StringRef conversion.Zachary Turner2016-09-211-3/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-2149-192/+230
* Refactor NativeRegisterContextLinux_x86_64 code.Valentina Giusti2016-09-212-114/+41
* Remove an invalid doxygen `@return` docstring on a void functionLuke Drummond2016-09-211-3/+0
* Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham2016-09-216-4/+66
* Fix Clang initialization and Clang-tidy modernize-use-nullptr warnings in sou...Eugene Zelenko2016-09-213-94/+97
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-2014-64/+270
* Unbreak the NetBSD build after recent changesKamil Rytarowski2016-09-201-1/+1
* Enable clang attributes when using clang-cl.Zachary Turner2016-09-201-1/+1
* [PECOFF] Use the COFF subsystem field when determining the Triple.Zachary Turner2016-09-202-1/+20
* Make it so that one can register prefix matches as well as identical matches ...Enrico Granata2016-09-202-14/+78
* Fixed the build by changing a couple of const char *s to StringRefs.Sean Callanan2016-09-193-7/+10
* Convert 3 more functions to use a StringRef.Zachary Turner2016-09-197-92/+65
* Fix compilation of unit tests.Zachary Turner2016-09-191-33/+33
* Try to fix freebsd and android builds.Zachary Turner2016-09-192-2/+2
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-1934-151/+194
* Xcode: support gtests that use the Inputs dirTodd Fiala2016-09-192-79/+125
* Fix boolean logic error in BreakpointID.Zachary Turner2016-09-171-1/+1
* Convert many functions to use StringRefs.Zachary Turner2016-09-1725-99/+207
* Fix compiler warnings where two values weren't being initialized.Greg Clayton2016-09-161-2/+2
* Set the correct triple when creating an ArchSpec for Windows.Zachary Turner2016-09-161-0/+3
* Add unit tests for a few string conversion functions in Args.Zachary Turner2016-09-1610-48/+133
* [RenderScript] Support tracking and dumping reduction kernelsLuke Drummond2016-09-162-59/+264
* add availability check to DarwinLog event testsTodd Fiala2016-09-161-0/+13
* First tests for serializing breakpoints.Jim Ingham2016-09-168-36/+276
* Allow ArchSpec to take a StringRef.Zachary Turner2016-09-153-108/+152
* [cmake] Don't depend on lldb-server unless it's built.Zachary Turner2016-09-151-1/+6
* Fixing bot failuresChris Bieneman2016-09-151-1/+3
* [LIT] First pass of LLDB LIT supportChris Bieneman2016-09-1512-2/+255
* Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.Zachary Turner2016-09-153-48/+37
* added LLDB_PYTHON_TESTSUITE_ARCH Xcode variableTodd Fiala2016-09-151-2/+6
* Reformat x86_64 register infos defines tableDimitar Vlahovski2016-09-151-72/+41
* Fix TestSymbolContextTwoFiles on Android after rL281595Tamas Berghammer2016-09-151-1/+1
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-1510-33/+95
* Try to fix windows build after rL281569Tamas Berghammer2016-09-152-2/+2
* Make the keys enumerations for options and resolvers enum classes.Jim Ingham2016-09-154-13/+16
* More cleanup in `frame diagnose,` eliminating a bunch of messy cases.Sean Callanan2016-09-143-60/+33
* Replaced two instances of std::function with auto.Sean Callanan2016-09-142-8/+6
* Cleaned up a little bit of redundant code in 'frame diagnose.`Sean Callanan2016-09-141-11/+19
OpenPOWER on IntegriCloud