This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-17 23:45:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
37023b06bd64f8a497bcedb6401e003bb124d7fc
llvm
/
lldb
/
source
/
Target
History
Jim Ingham
37023b06bd
Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function.
...
Also added a "-p" flag that disassembles from the current pc. llvm-svn: 128063
2011-03-22 01:48:42 +00:00
..
ABI.cpp
…
CPPLanguageRuntime.cpp
…
ExecutionContext.cpp
…
LanguageRuntime.cpp
…
Makefile
…
ObjCLanguageRuntime.cpp
…
PathMappingList.cpp
…
Platform.cpp
Added more platform support. There are now some new commands:
2011-03-19 01:12:21 +00:00
Process.cpp
Split all of the core of LLDB.framework/lldb.so into a
2011-03-20 04:57:14 +00:00
RegisterContext.cpp
Split all of the core of LLDB.framework/lldb.so into a
2011-03-20 04:57:14 +00:00
SectionLoadList.cpp
…
StackFrame.cpp
Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function.
2011-03-22 01:48:42 +00:00
StackFrameList.cpp
…
StackID.cpp
…
StopInfo.cpp
…
Target.cpp
Tidy up the stop hook printing when only one thread matches, and there is only one hook.
2011-03-22 01:47:27 +00:00
TargetList.cpp
Added more platform support. There are now some new commands:
2011-03-19 01:12:21 +00:00
Thread.cpp
The UserSettings controllers must be initialized & terminated in the
2011-03-10 22:14:10 +00:00
ThreadList.cpp
…
ThreadPlan.cpp
…
ThreadPlanBase.cpp
…
ThreadPlanCallFunction.cpp
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation.
2011-03-07 23:44:08 +00:00
ThreadPlanCallUserExpression.cpp
…
ThreadPlanRunToAddress.cpp
…
ThreadPlanShouldStopHere.cpp
…
ThreadPlanStepInRange.cpp
…
ThreadPlanStepInstruction.cpp
…
ThreadPlanStepOut.cpp
…
ThreadPlanStepOverBreakpoint.cpp
…
ThreadPlanStepOverRange.cpp
…
ThreadPlanStepRange.cpp
…
ThreadPlanStepThrough.cpp
…
ThreadPlanStepUntil.cpp
…
ThreadPlanTestCondition.cpp
…
ThreadPlanTracer.cpp
Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function.
2011-03-22 01:48:42 +00:00
ThreadSpec.cpp
…
UnixSignals.cpp
…