[Lldb-commits] [PATCH] D28944: Provide option to set pc of the file loaded in memory.

2017-01-22 Thread Hafiz Abid Qadeer via Phabricator via lldb-commits
abidh updated this revision to Diff 85278. abidh added a comment. Added a check for case when entry address is not valid. https://reviews.llvm.org/D28944 Files: include/lldb/Core/Module.h include/lldb/Symbol/ObjectFile.h source/Commands/CommandObjectTarget.cpp source/Core/Module.cpp s

[Lldb-commits] [PATCH] D28808: Fix a bug where lldb does not respect the packet size.

2017-01-22 Thread Hafiz Abid Qadeer via Phabricator via lldb-commits
abidh updated this revision to Diff 85280. abidh added a comment. Use GetLogIfAnyCategoryIsSet as advised in comments. https://reviews.llvm.org/D28808 Files: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp Index: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp