llvm-project/lldb/source/Interpreter
Jim Ingham 302448352c Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with:
log timer enable 1
<command>
log timer dump

llvm-svn: 118267
2010-11-04 23:08:45 +00:00
..
Args.cpp Fix bug where alias command options were being duplicated as command arguments as well. 2010-10-12 17:45:19 +00:00
CommandInterpreter.cpp Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: 2010-11-04 23:08:45 +00:00
CommandObject.cpp Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
CommandObjectRegexCommand.cpp Regular expression commands now print the command that results from expanding the regular expression command. 2010-10-12 18:04:53 +00:00
CommandObjectScript.cpp Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
CommandObjectScript.h Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
CommandReturnObject.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
Options.cpp Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
ScriptInterpreter.cpp Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
ScriptInterpreterNone.cpp Fixed the way set/show variables were being accessed to being natively 2010-09-18 01:14:36 +00:00
ScriptInterpreterPython.cpp Remove references to particular Python version (use the system default 2010-10-28 21:51:20 +00:00
embedded_interpreter.py Committing patch from Joseph Ranieri to handle 'exit()' the same 2010-06-09 21:56:00 +00:00