summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where, in i386 mode, the wrong values were being copied into the...Enrico Granata2016-09-291-2/+2
* To fix TestObjCMethods2/i386, allowed messaging nil ObjC objects as in x86_64.Sean Callanan2016-09-291-0/+3
* Add a unit test for an x86_64 assembly inspection of Jason Molenda2016-09-291-18/+177
* Re-commit the changes from r282565 that I had to back out because of Jason Molenda2016-09-2910-1197/+1686
* Fixed TestObjCStructArgument/i386; expressions can now call ObjC class methods.Sean Callanan2016-09-292-1/+209
* Introduced a null check to avoid a crash in a test on i386.Sean Callanan2016-09-291-0/+4
* Fix an issue where libc++ changed the type information we get for std::map::i...Enrico Granata2016-09-284-15/+75
* Add the ability for the task port to change when a process execs.Greg Clayton2016-09-284-4/+34
* use assertEquals in TestSBTypeClassMembersTodd Fiala2016-09-281-26/+33
* zorg Xcode python test suite target arch updateTodd Fiala2016-09-281-2/+2
* Reverting r282565.Jason Molenda2016-09-2810-1691/+1197
* Refactor the x86 UnwindAssembly class into a separate class calledJason Molenda2016-09-2810-1197/+1691
* Update FileSpec's interface to use StringRefs.Zachary Turner2016-09-272-148/+110
* Adding a RegisterContextMinidump_x86_64 converterDimitar Vlahovski2016-09-277-6/+357
* convert TestFatArchives.py over to no-debug-info testTodd Fiala2016-09-271-11/+4
* xfail TestExec.py on macOSTodd Fiala2016-09-271-0/+1
* Fix an issue where LLDB would not accept the --description-verbosity option t...Enrico Granata2016-09-261-1/+1
* added Linux support for test timeout samplingTodd Fiala2016-09-265-17/+249
* Added a setting that enables saving all .o files from a given JIT expression.Sean Callanan2016-09-267-0/+116
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-2612-38/+137
* Remove ancient icc decoratorsPavel Labath2016-09-264-12/+0
* Remove an ancient XFAIL from TestBuiltinTrapPavel Labath2016-09-261-6/+0
* [CMake] Generate LLDB_REVISION at build timeChris Bieneman2016-09-232-26/+39
* Mutatis mutandis for char * -> StringRef. Jim Ingham2016-09-231-6/+6
* Add an accessor to get the value of RC_PLATFORM_NAME at build timeEnrico Granata2016-09-231-0/+3
* Fix build on Ubuntu.Zachary Turner2016-09-231-5/+5
* Change FileAction::GetPath() to return a StringRef.Zachary Turner2016-09-235-31/+22
* Allow for tests to be disabled at runtimeFrancis Ricci2016-09-234-1/+93
* Install only the manpage and only in the proper locationEnrico Granata2016-09-231-35/+1
* Change Module::RemapPath to use StringRef.Zachary Turner2016-09-236-14/+20
* Try again to match the logic of the code before re-writing.Zachary Turner2016-09-231-1/+1
* Try to fix failing TestDataFormatterSkipSummary test case.Zachary Turner2016-09-231-1/+3
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-2319-82/+118
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-2370-252/+320
* add hook for calling platform-dependent pre-kill action on a timed out testTodd Fiala2016-09-237-27/+351
* [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponsePavel Labath2016-09-234-136/+105
* Fix windows build caused by mixing enum and enum class.Zachary Turner2016-09-232-2/+2
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-227-16/+113
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-229-10/+262
* Serilize the thread options within the breakpoint options.Jim Ingham2016-09-224-7/+108
* [CMake] Fixing a small hack in add_lldb_libraryChris Bieneman2016-09-221-1/+4
* Try to fix build errors on Android.Zachary Turner2016-09-2232-87/+85
* Convert option tables to ArrayRefs.Zachary Turner2016-09-2254-1587/+1246
* Actually, do it this way because I will want to know if I am in a host build ...Enrico Granata2016-09-221-3/+9
* The host version of lldb always builds for macosxEnrico Granata2016-09-221-0/+3
* fix DarwinLog no-info/no-debug caseTodd Fiala2016-09-221-1/+1
* added environment variable-related Args gtestsTodd Fiala2016-09-222-4/+91
* Fix TestBreakpointSerialization on windowsPavel Labath2016-09-223-1/+34
* 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
OpenPOWER on IntegriCloud