summaryrefslogtreecommitdiffstats
path: root/lldb/utils
Commit message (Expand)AuthorAgeFilesLines
* [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
* lui: enable tab completion in command windowSriram Murali2013-10-161-2/+21
* prevent lui from crashing with small source filesSriram Murali2013-10-161-3/+5
* A couple of small visual improvements for luiBen Langmuir2013-10-161-2/+2
* lui: clean up breakpoint window, and allow multi-line list itemsBen Langmuir2013-10-162-12/+79
* Add a ListWin to cui to show scrollabled lists Ben Langmuir2013-10-164-22/+102
* Add LLVM license headers to lldb ui frontendDaniel Malea2013-10-1110-0/+92
* Initial checkin of curses-based LLDB UI (lui)Daniel Malea2013-10-0911-0/+1867
* Fixed continue issues with process attach/detachDaniel Malea2013-05-281-4/+4
* Improve vim-lldb expression commands for objective-c and implement evaluate-u...Daniel Malea2013-05-232-3/+23
* Add entries to vim-lldb plugin docs/help page for :Lattach and :LdetachDaniel Malea2013-05-221-0/+6
* LLDB Vim plugin usability improvement: ":Lshow" now displays all panesDaniel Malea2013-05-222-1/+5
* Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>"Daniel Malea2013-05-222-0/+29
* Minor update to Vim frontend: simplify breakpoints display (and list unresolv...Daniel Malea2013-02-121-28/+10
* Add Vim frontend to LLDB.Daniel Malea2013-02-119-0/+1669
* Minor cleanup.Johnny Chen2012-03-051-0/+2
* Add a utility script:Johnny Chen2011-11-041-0/+83
* Remove utils/emacs directory from lldb.Johnny Chen2011-10-103-3617/+0
* Fix typos in comment.Johnny Chen2011-08-201-1/+1
* Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0,Johnny Chen2011-08-201-37/+28
* No need to look further if the file is a symbolic link. Look for the real file.Johnny Chen2011-08-201-0/+8
* Add a Python script to locate each binary file under a root directory which m...Johnny Chen2011-08-192-18/+148
* Fix TypeError exception for re.compile().Johnny Chen2011-08-191-1/+2
* Add an option (-p regexp-pattern) to specify the regular expression symbol pa...Johnny Chen2011-08-181-9/+28
* Add an option '-q' to have quiet disassembly by not printing out the disassem...Johnny Chen2011-08-181-11/+22
* Update usage comment.Johnny Chen2011-06-141-2/+2
* Turn off printing of command sent to the pexpect-spawned child process to mak...Johnny Chen2011-06-011-2/+2
* Make 'run-until-faulted.py' script more interesting by modifying the example ...Johnny Chen2011-06-012-14/+13
* Use built-in truth value testing.Johnny Chen2011-05-251-1/+1
OpenPOWER on IntegriCloud