summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Document the DBGSourcePathRemapping dictionary that may be Jason Molenda2018-12-171-0/+27
* Add PdbAstBuilder.cpp.Jason Molenda2018-12-171-0/+6
* [lit] Detect unexpected passes in lldbtest.Jonas Devlieghere2018-12-171-0/+4
* Fix case of source file in CMakeLists.txtZachary Turner2018-12-171-1/+1
* Reflow readmeAdrian Prantl2018-12-171-46/+55
* Remove sleep() synchronisation from teststcase andAdrian Prantl2018-12-171-9/+3
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-1710-814/+1374
* Fix lldb's macosx/heap.py cstr command.Davide Italiano2018-12-173-1/+28
* [Driver] Fix --repl argument.Jonas Devlieghere2018-12-172-8/+19
* Make crashlog.py work or binaries with spaces in their namesAdrian Prantl2018-12-172-21/+109
* Make crashlog.py work when a .dSYM is present, but a binary is missingAdrian Prantl2018-12-171-15/+37
* [Clang AST Context] Add a few helper functions.Zachary Turner2018-12-174-14/+35
* 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
OpenPOWER on IntegriCloud