aboutsummaryrefslogtreecommitdiff
path: root/lldb/utils
AgeCommit message (Expand)AuthorFilesLines
2019-10-25[TableGen] Add asserts to make sure default values match property typeJonas Devlieghere1-0/+16
2019-10-09[utils] Update lldb-dotest for new test layoutJonas Devlieghere1-1/+1
2019-10-08[CMake] Track test dependencies with add_lldb_test_dependencyJonas Devlieghere1-1/+1
2019-10-05Do not install lit-cpuidSylvestre Ledru1-1/+1
2019-08-29[test] Fix various module cache bugs and inconsistenciesJonas Devlieghere1-0/+2
2019-08-28[dotest] Remove -q (quiet) flag.Jonas Devlieghere1-1/+1
2019-07-31[TableGen] Move helpers into LLDBTableGenUtils.Jonas Devlieghere6-28/+62
2019-07-31[TableGen] Include vectorJonas Devlieghere1-0/+1
2019-07-30[TableGen] Reuse typedef across emitters (NFC)Jonas Devlieghere3-18/+14
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere1-0/+3
2019-07-29[lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitterRaphael Isemann1-42/+80
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-2/+5
2019-07-26[lldb] Don't dynamically allocate the posix option validator.Raphael Isemann1-1/+7
2019-07-25[Tablegen] Fix issues caused by incorrect escaping.Jonas Devlieghere1-2/+2
2019-07-25Let tablegen generate property definitionsJonas Devlieghere4-8/+196
2019-07-25[TableGen] Fix comments/headers referencing clang (NFC)Jonas Devlieghere3-6/+7
2019-07-23[lldb] Fix enum value descriptionJonas Devlieghere1-1/+1
2019-07-23[utils] Remove sync-source (with SVN)Jonas Devlieghere7-646/+0
2019-07-23[Utils] Add back utils directoryJonas Devlieghere45-0/+6808
2019-07-23[Utils] Remove legacy scriptsJonas Devlieghere47-6978/+0
2019-07-22[lldb][NFC] Tablegenify breakpointRaphael Isemann1-3/+5
2019-07-18[lldb] Don't double emit option groupsRaphael Isemann1-1/+0
2019-07-18Only build lldb-tblgen if it's not a current targetNathan Lanza1-7/+13
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann4-0/+265
2019-06-13[CMake] Fix lldb-dotest for single-config generators in standalone buildsStefan Granitz1-1/+5
2019-06-07[CMake] Add special case for processing LLDB_DOTEST_ARGSStefan Granitz1-2/+22
2019-05-28[CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2-0/+2
2019-04-29[lldb] [lit] Add tests for reading ZMM registers (AVX512)Michal Gorny1-0/+2
2019-04-26[lldb] [lit] Add register read tests for YMM registers (AVX)Michal Gorny1-0/+2
2019-04-26[lldb] [lit] Add feature flags for native CPU featuresMichal Gorny2-0/+38
2019-04-03[lldb-dotest] Print dotest.py invocation.Jonas Devlieghere1-0/+1
2019-03-25Python 2/3 compat: StringIOSerge Guelton6-17/+16
2019-03-25Python 2/3 compat: queue vs QueueSerge Guelton2-4/+10
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton14-78/+99
2019-03-21Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2-10/+10
2019-02-15Use sys.executable in lldb-dotestPavel Labath1-1/+1
2019-01-29Adjust documentation for git migration.James Y Knight1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth11-44/+33
2018-10-04Fix typos.Bruce Mitchener1-1/+1
2018-05-03[CMake] Unify and relayer testingJonas Devlieghere2-0/+38
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone29-2292/+2779
2015-11-03Python 3: Modernize exception raising syntax.Zachary Turner1-1/+1
2015-10-08syncsource.py: a specific dir's source_excludes may now include the special e...Todd Fiala1-1/+10
2015-09-17Adjustments to syncsource.py.Todd Fiala3-13/+13
2015-09-17Add sync-source.py utility.Todd Fiala6-0/+634
2013-10-23LUI: Fix some issues causing crashes in the source viewWei Pan1-26/+8
2013-10-16lui: enable tab completion in command windowSriram Murali1-2/+21
2013-10-16prevent lui from crashing with small source filesSriram Murali1-3/+5
2013-10-16A couple of small visual improvements for luiBen Langmuir1-2/+2
2013-10-16lui: clean up breakpoint window, and allow multi-line list itemsBen Langmuir2-12/+79