summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Hide stderr output from lldb-argdumperAdrian Prantl2019-04-243-31/+46
* Skip test introduced in r359140 on windowsFrederic Riss2019-04-241-0/+2
* [SystemInitializerFull] Fix header sorting (NFC)Jonas Devlieghere2019-04-241-2/+1
* Fix infinite recursion when calling C++ template functionsFrederic Riss2019-04-244-3/+64
* [ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere2019-04-241-1/+2
* add postfixexpression.cpp.Jason Molenda2019-04-241-0/+4
* [EditLineTests] Call setenv() before editline is initialized.Davide Italiano2019-04-241-3/+5
* [lldb] Use local definition of get_cpuid_countJoseph Tremoulet2019-04-241-1/+18
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-243-2/+7
* Kill modify-python-lldb.pyPavel Labath2019-04-244-191/+0
* Minor code style fix in ClangUserExpression.cpp [NFC]Raphael Isemann2019-04-241-2/+1
* Shorten comment line to be below 80 characters [NFC]Raphael Isemann2019-04-241-1/+1
* yamlify lit/Minidump testsPavel Labath2019-04-247-82/+173
* PostfixExpression: move parser out of NativePDB internalsPavel Labath2019-04-246-96/+205
* [Docs] Add more redirectsJonas Devlieghere2019-04-241-1/+2
* [Docs] Update the CI pageJonas Devlieghere2019-04-241-0/+17
* [Docs] Move external links upJonas Devlieghere2019-04-242-18/+5
* [Docs] Fix link to C++ docsJonas Devlieghere2019-04-242-2/+3
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-2313-30/+56
* [Reproducers] Limit logging to calls that cross the API boundary.Jonas Devlieghere2019-04-232-101/+93
* Revert "[EditLineTest] Not always TERM is available, e.g. on some bots."Davide Italiano2019-04-231-13/+3
* [Docs] Add missing leading slashJonas Devlieghere2019-04-231-5/+5
* [Docs] Add 301 redirects for old URLsJonas Devlieghere2019-04-232-0/+8
* Move postfix expression code out of the NativePDB pluginPavel Labath2019-04-232-233/+246
* modify-python-lldb: Remove \a-removing codePavel Labath2019-04-235-23/+19
* FuncUnwinders: remove "current_offset" from function argumentsPavel Labath2019-04-239-117/+161
* UnwindPlan: pretty-print dwarf expressionsPavel Labath2019-04-233-4/+62
* yamlify TestMiniDumpUUID binariesPavel Labath2019-04-2319-34/+183
* One small tweak to LocateExecutableScriptingResources - IJason Molenda2019-04-231-2/+2
* Add a small check to PlatformDarwin::LoadScriptingResourceForModuleJason Molenda2019-04-231-3/+6
* Fix a bug in my change to ModulesDidLoad in r357955.Jason Molenda2019-04-221-5/+3
* [Docs] Move API docs to the front pageJonas Devlieghere2019-04-222-6/+7
* Rename C++ TestGlobalVariables.py to have a distinct name from C version.Adrian Prantl2019-04-221-0/+0
* [EditLineTest] Not always TERM is available, e.g. on some bots.Davide Italiano2019-04-221-3/+13
* [Reproducers] Fix lifetime issueJonas Devlieghere2019-04-222-2/+2
* [NativePDB] Add anonymous namespaces supportAleksandr Urakov2019-04-226-11/+45
* Minidump: yamlify module-related unit testsPavel Labath2019-04-216-134/+60
* @skipIfLinux flaky lldb-mi testsPavel Labath2019-04-213-0/+3
* Make TestVSCode_step pass reliablyPavel Labath2019-04-211-7/+1
* modify-python-lldb.py: Remove docstring formatting codePavel Labath2019-04-213-79/+60
* [Tests] Split float test into float and doublesJonas Devlieghere2019-04-194-18/+76
* [Docs] Add more info about building the docsJonas Devlieghere2019-04-191-15/+27
* This test doesn't need to be run for all debug formats.Jim Ingham2019-04-191-0/+1
* [Docs] Make Doxygen functionalJonas Devlieghere2019-04-194-36/+11
* [Python] Simplify the code. NFCI.Davide Italiano2019-04-184-24/+8
* [crashlog] Strip trailing `\n` from check_output return.Davide Italiano2019-04-181-1/+1
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-1/+1
* [Docs] Add LLDB botsJonas Devlieghere2019-04-182-0/+21
* [CMake] Emit LLDB.framework.dSYM to avoid potential name collision with drive...Stefan Granitz2019-04-181-0/+4
* Clean up docstrings in swig interface filesPavel Labath2019-04-1855-1824/+1563
OpenPOWER on IntegriCloud