llvm-project/lldb/include/lldb
Hafiz Abid Qadeer b10fb96541 Provide option to set pc of the file loaded in memory.
Summary: This commit adds an option to set PC to the entry point of the file loaded using "target module load" command. In D28804, Greg asked me to separate this part under a different option.

Reviewers: clayborg

Reviewed By: clayborg

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D28944

llvm-svn: 292989
2017-01-24 23:07:27 +00:00
..
API Remove weak-linked symbols for SBBreakpointListImpl 2016-11-11 21:06:40 +00:00
Breakpoint Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchpoint. 2016-11-01 20:37:02 +00:00
Core Provide option to set pc of the file loaded in memory. 2017-01-24 23:07:27 +00:00
DataFormatters Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Expression Make DiagnosticsManager functions take StringRefs. 2016-11-12 19:12:56 +00:00
Host Replace getcwd with the llvm equivalent 2017-01-23 15:56:45 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Add methods to enable using formatv syntax in LLDB. 2016-12-16 04:27:00 +00:00
Symbol Provide option to set pc of the file loaded in memory. 2017-01-24 23:07:27 +00:00
Target Bug 30863 - Step doesn't stop with conditional breakpoint on the next line 2017-01-24 13:15:19 +00:00
Utility Fix darwin build broken by r287920 2016-11-25 12:37:49 +00:00
lldb-defines.h Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actually declare intent, and the C++11 way is more expressive anyway, so this is pure win 2016-10-26 18:12:52 +00:00
lldb-enumerations.h Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00
lldb-forward.h Remove TimeValue class 2016-11-16 10:54:22 +00:00
lldb-private-defines.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-enumerations.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-forward.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-interfaces.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-types.h Adding a RegisterContextMinidump_x86_64 converter 2016-09-27 19:05:55 +00:00
lldb-private.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-public.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-types.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-versioning.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00