summaryrefslogtreecommitdiffstats
path: root/lldb/utils
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Utils] Remove vim-lldbJonas Devlieghere2020-01-109-1834/+0
* [lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain dotest args (NFC)Jonas Devlieghere2020-01-101-0/+10
* [lldb] Respect previously set values of LLDB_TABLEGEN_EXEAlex Langford2019-12-161-11/+13
* [LLDB] Fix inline variable only used in assertion. (NFC)Jonas Devlieghere2019-10-251-2/+1
* [TableGen] Add asserts to make sure default values match property typeJonas Devlieghere2019-10-251-0/+16
* [utils] Update lldb-dotest for new test layoutJonas Devlieghere2019-10-091-1/+1
* [CMake] Track test dependencies with add_lldb_test_dependencyJonas Devlieghere2019-10-081-1/+1
* Do not install lit-cpuidSylvestre Ledru2019-10-051-1/+1
* [test] Fix various module cache bugs and inconsistenciesJonas Devlieghere2019-08-291-0/+2
* [dotest] Remove -q (quiet) flag.Jonas Devlieghere2019-08-281-1/+1
* [TableGen] Move helpers into LLDBTableGenUtils.Jonas Devlieghere2019-07-316-28/+62
* [TableGen] Include vectorJonas Devlieghere2019-07-311-0/+1
* [TableGen] Reuse typedef across emitters (NFC)Jonas Devlieghere2019-07-303-18/+14
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-0/+3
* [lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitterRaphael Isemann2019-07-291-42/+80
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-2/+5
* [lldb] Don't dynamically allocate the posix option validator.Raphael Isemann2019-07-261-1/+7
* [Tablegen] Fix issues caused by incorrect escaping.Jonas Devlieghere2019-07-251-2/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-254-8/+196
* [TableGen] Fix comments/headers referencing clang (NFC)Jonas Devlieghere2019-07-253-6/+7
* [lldb] Fix enum value descriptionJonas Devlieghere2019-07-231-1/+1
* [utils] Remove sync-source (with SVN)Jonas Devlieghere2019-07-237-646/+0
* [Utils] Add back utils directoryJonas Devlieghere2019-07-2345-0/+6808
* [Utils] Remove legacy scriptsJonas Devlieghere2019-07-2347-6978/+0
* [lldb][NFC] Tablegenify breakpointRaphael Isemann2019-07-221-3/+5
* [lldb] Don't double emit option groupsRaphael Isemann2019-07-181-1/+0
* Only build lldb-tblgen if it's not a current targetNathan Lanza2019-07-181-7/+13
* [lldb] Let table gen create command option initializers.Raphael Isemann2019-07-124-0/+265
* [CMake] Fix lldb-dotest for single-config generators in standalone buildsStefan Granitz2019-06-131-1/+5
* [CMake] Add special case for processing LLDB_DOTEST_ARGSStefan Granitz2019-06-071-2/+22
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-282-0/+2
* [lldb] [lit] Add tests for reading ZMM registers (AVX512)Michal Gorny2019-04-291-0/+2
* [lldb] [lit] Add register read tests for YMM registers (AVX)Michal Gorny2019-04-261-0/+2
* [lldb] [lit] Add feature flags for native CPU featuresMichal Gorny2019-04-262-0/+38
* [lldb-dotest] Print dotest.py invocation.Jonas Devlieghere2019-04-031-0/+1
* Python 2/3 compat: StringIOSerge Guelton2019-03-256-17/+16
* Python 2/3 compat: queue vs QueueSerge Guelton2019-03-252-4/+10
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-2114-78/+99
* Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2019-03-212-10/+10
* Use sys.executable in lldb-dotestPavel Labath2019-02-151-1/+1
* Adjust documentation for git migration.James Y Knight2019-01-291-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* Fix typos.Bruce Mitchener2018-10-041-1/+1
* [CMake] Unify and relayer testingJonas Devlieghere2018-05-032-0/+38
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0629-2292/+2779
* Python 3: Modernize exception raising syntax.Zachary Turner2015-11-031-1/+1
* syncsource.py: a specific dir's source_excludes may now include the special e...Todd Fiala2015-10-081-1/+10
* Adjustments to syncsource.py.Todd Fiala2015-09-173-13/+13
* Add sync-source.py utility.Todd Fiala2015-09-176-0/+634
* LUI: Fix some issues causing crashes in the source viewWei Pan2013-10-231-26/+8