File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2901,7 +2901,6 @@ std::vector<TTDCallEvent> EsrevenAdapter::GetTTDCallsForSymbols(const std::strin
29012901 uint64_t transition_id = extractUInt64 (" transition_id" );
29022902 std::string function_name = extractString (" function_name" );
29032903 uint64_t function_address = extractUInt64 (" function_address" );
2904- uint64_t call_instruction_address = extractUInt64 (" call_instruction_address" );
29052904 uint64_t return_address = extractUInt64 (" return_address" );
29062905 uint64_t thread_id = extractUInt64 (" thread_id" );
29072906
Original file line number Diff line number Diff line change @@ -821,8 +821,8 @@ std::vector<DebugModule> GdbAdapter::GetModuleList()
821821 if (m_moduleCache.has_value ())
822822 return m_moduleCache.value ();
823823
824- if (m_isTargetRunning)
825- return {};
824+ if (m_isTargetRunning)
825+ return {};
826826
827827 if (!m_rspConnector)
828828 return {};
You can’t perform that action at this time.
0 commit comments