summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add a description of the similar packets defined in theJason Molenda2018-12-161-3/+18
* Clarify a few minor details.Jason Molenda2018-12-161-7/+8
* Update the vFile:open: description to note that the flagsJason Molenda2018-12-152-1/+5
* lldb-test: Improve newline handlingPavel Labath2018-12-153-43/+43
* ELF: more section creation cleanupPavel Labath2018-12-159-73/+230
* Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath2018-12-151-101/+18
* Ah, forgot qModuleInfo. Need to look that one upJason Molenda2018-12-151-0/+11
* A brief outline of the packets that need to be implementedJason Molenda2018-12-151-0/+375
* Simplify Boolean expressionsJonas Devlieghere2018-12-15177-1018/+599
* Fix the unittests for the move of Listener & BroadcasterJim Ingham2018-12-141-2/+2
* Update a comment according to r255360 "Remove -r and -R options from dotest.py"Tatyana Krasnukha2018-12-141-2/+1
* Remove the Disassembly benchmarks.Adrian Prantl2018-12-143-355/+0
* Add missing .dmp files to test inputs.Greg Clayton2018-12-141-0/+3
* Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton2018-12-1413-106/+456
* Fix Xcode project for MIPS architecture plug-in and move of Event, Listener a...Greg Clayton2018-12-141-18/+41
* [NativePDB] Fix local-variables.cpp test.Zachary Turner2018-12-141-1/+1
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-1441-74/+74
* Fix minidump unit test failures from r349062Pavel Labath2018-12-141-9/+12
* Fix build with older (<3.0) swigsPavel Labath2018-12-141-0/+6
* Mark Permissions as a bitmask enumPavel Labath2018-12-141-3/+4
* Remove unused variable.Richard Trieu2018-12-141-1/+0
* Fix test failures that depended on module orderGreg Clayton2018-12-142-24/+24
* [NativePDB] Add support for local variables.Zachary Turner2018-12-138-71/+1104
* Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton2018-12-134-19/+66
* Add missing Initialize/Terminate for Architecture pluginsTatyana Krasnukha2018-12-131-0/+6
* Classify tests in lit/ModulesPavel Labath2018-12-139-0/+0
* Fix for clang interface updateMikael Nilsson2018-12-131-1/+1
* [NFC] Small code cleanups in utility.Jonas Devlieghere2018-12-136-11/+9
* NFC: fix compiler warning about code never being executed when compiling on n...Greg Clayton2018-12-121-3/+4
* [ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner2018-12-125-9/+12
* ELF: Clean up section type computationPavel Labath2018-12-126-160/+82
* ELF: Simplify program header iterationPavel Labath2018-12-124-98/+59
* lldb-test: Add ability to dump subsectionsPavel Labath2018-12-122-20/+138
* build.py: Implement "gcc" builderPavel Labath2018-12-125-53/+114
* Remove unused fileJonas Devlieghere2018-12-111-19/+0
* [Driver] Simplify OptionData. NFCJonas Devlieghere2018-12-112-68/+36
* Add ObjectFileBreakpad.{cpp,h} to the Xcode project.Jim Ingham2018-12-111-0/+14
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-119-47/+45
* Fix undefined behavior in Variable.hZachary Turner2018-12-111-1/+2
* [DataFormatters] Fixes to libc++ std::function formatter to deal with ABI cha...Shafik Yaghmour2018-12-101-0/+9
* Rewrite pexpect-based test in LIT/FileCheck.Adrian Prantl2018-12-106-119/+36
* Reflow a multi-line string and add a newlineFrederic Riss2018-12-101-3/+2
* Fix r348773Pavel Labath2018-12-101-1/+1
* [Host] Use FileSystem wrapperJonas Devlieghere2018-12-101-10/+8
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-109-11/+11
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-1020-1/+558
* Revert a hunk that shouldn't have been included in the last commit.Frederic Riss2018-12-091-1/+1
* Remove some UB in RegisterContextDarwin_arm64.cppFrederic Riss2018-12-092-2/+12
* [lit] Fix case-insensitive testStella Stamenova2018-12-071-4/+1
* [NativePDB] Reconstruct function declarations from debug info.Zachary Turner2018-12-077-7/+180
OpenPOWER on IntegriCloud