Joerg Sonnenberger
340a17595e
Convert to UNIX line endings.
...
llvm-svn: 191367
2013-09-25 10:37:32 +00:00
Enrico Granata
9ca7f75bc1
Adding information on the scriptable keywords ${target|process|thread|frame.script:function} to the LLDB documentation
...
llvm-svn: 186201
2013-07-12 20:46:02 +00:00
Greg Clayton
d879a6305b
Added a python FAQ page with detailed examples of how to add python functions
...
to breakpoints, creating new LLDB commands using python modules and also how
to run scripts from the command line.
llvm-svn: 148650
2012-01-22 02:55:08 +00:00
Greg Clayton
13d284b284
Updated HTML with info for ${function.name-with-args}
...
llvm-svn: 148111
2012-01-13 08:41:20 +00:00
Jim Ingham
73ca05a2a0
Add the ability to capture the return value in a thread's stop info, and print it
...
as part of the thread format output.
Currently this is only done for the ThreadPlanStepOut.
Add a convenience API ABI::GetReturnValueObject.
Change the ValueObject::EvaluationPoint to BE an ExecutionContextScope, rather than
trying to hand out one of its subsidiary object's pointers. That way this will always
be good.
llvm-svn: 146806
2011-12-17 01:35:57 +00:00
Jason Molenda
289673c052
Change old "settings set frame-prompt" and thread-prompt
...
to frame-format and thread-format.
llvm-svn: 138544
2011-08-25 02:46:44 +00:00
Greg Clayton
7a98e5b4e5
Clarified some caveats for thread format strings.
...
llvm-svn: 115491
2010-10-04 03:06:05 +00:00
Greg Clayton
877b59dc9c
Added documentation for the new frame and thread format strings.
...
llvm-svn: 115488
2010-10-04 02:33:45 +00:00