File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3091,14 +3091,11 @@ void Process::CompleteAttach() {
3091
3091
DidAttach (process_arch);
3092
3092
3093
3093
if (process_arch.IsValid ()) {
3094
+ LLDB_LOG (log,
3095
+ " Process::{0} replacing process architecture with DidAttach() "
3096
+ " architecture: \" {1}\" " ,
3097
+ __FUNCTION__, process_arch.GetTriple ().getTriple ());
3094
3098
GetTarget ().SetArchitecture (process_arch);
3095
- if (log) {
3096
- const char *triple_str = process_arch.GetTriple ().getTriple ().c_str ();
3097
- LLDB_LOGF (log,
3098
- " Process::%s replacing process architecture with DidAttach() "
3099
- " architecture: %s" ,
3100
- __FUNCTION__, triple_str ? triple_str : " <null>" );
3101
- }
3102
3099
}
3103
3100
3104
3101
// We just attached. If we have a platform, ask it for the process
You can’t perform that action at this time.
0 commit comments