Remove non const version of GetArchitecture from Target.h
The architecture of a target should be updated only by the SetArchitecture method so the target can correctly manage its modules.
Change suggested in D8057
Paths
| Differential D8287
Remove non const version of GetArchitecture from Target.h ClosedPublic Authored by tberghammer on Mar 12 2015, 5:58 AM.
Details
Diff Detail Event Timelinetberghammer retitled this revision from to Remove non const version of GetArchitecture from Target.h. tberghammer updated this object. clayborg edited edge metadata. Comment ActionsAre you still going to be making the other patch that involved Target::MergeArchitecture()? This patch looks good, but I hope we still make the other patch because I don't want more than one location in the code doing architecture merging for Targets. This revision is now accepted and ready to land.Mar 12 2015, 9:42 AM
Revision Contents
Diff 21819 include/lldb/Target/Target.h
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
|