summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-179-806/+1366
* [Clang AST Context] Add a few helper functions.Zachary Turner2018-12-172-14/+25
* ELF: more section creation cleanupPavel Labath2018-12-152-67/+86
* Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath2018-12-151-101/+18
* Simplify Boolean expressionsJonas Devlieghere2018-12-15151-921/+550
* Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton2018-12-147-89/+325
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-1422-37/+37
* Remove unused variable.Richard Trieu2018-12-141-1/+0
* [NativePDB] Add support for local variables.Zachary Turner2018-12-136-71/+911
* Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton2018-12-131-19/+28
* Add missing Initialize/Terminate for Architecture pluginsTatyana Krasnukha2018-12-131-0/+6
* 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-124-8/+10
* ELF: Clean up section type computationPavel Labath2018-12-121-144/+41
* ELF: Simplify program header iterationPavel Labath2018-12-124-98/+59
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-118-37/+37
* 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
* 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-106-1/+430
* 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
* [NativePDB] Reconstruct function declarations from debug info.Zachary Turner2018-12-072-6/+135
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-076-419/+1
* Introduce ObjectFileBreakpadPavel Labath2018-12-076-1/+419
* Handle detecting exec for DynamicLoaderMacOS with older debugserversJim Ingham2018-12-072-11/+34
* Change the amount of data that Platform::PutFile will try to transferJason Molenda2018-12-071-1/+1
* [pecoff] Use PATH_MAX instead of MAX_PATHStella Stamenova2018-12-061-1/+1
* [pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith2018-12-062-7/+141
* Implement WindowsDYLD::DidAttach for use with gdb-server attachNathan Lanza2018-12-061-1/+35
* [PDB] Move some code around. NFC.Zachary Turner2018-12-066-245/+333
* Support skewed stream arrays.Zachary Turner2018-12-061-5/+2
* Add a unit test for ArchSpec matching to document how it behaves (and test it).Adrian Prantl2018-12-061-2/+2
* gdb-remote: use elaborated type specifier for `Module`Saleem Abdulrasool2018-12-051-2/+2
* [Reproducers] Only creaate the bottom-most dirJonas Devlieghere2018-12-041-1/+1
* [FileSystem] Migrate CommandCompletionsJonas Devlieghere2018-12-042-13/+34
* [Expr] Check the language before ignoring Objective C keywordsAleksandr Urakov2018-12-042-6/+6
* [PlatformDarwin] Simplify logic and use FileSystemJonas Devlieghere2018-12-041-17/+4
* [FileSystem] Migrate MonitoringProcessLauncherJonas Devlieghere2018-12-031-10/+5
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-0311-194/+162
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-036-33/+68
* [windows] Fix two minor bugs on WindowsStella Stamenova2018-12-012-5/+6
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-307-69/+34
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-302-0/+24
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-307-34/+69
OpenPOWER on IntegriCloud