Lines Matching refs:Debugger
42 Debugger::Debugger(Simulator* sim)
62 void Debugger::RegisterCmd() {
99 bool Debugger::IsAtBreakpoint() const {
104 void Debugger::Debug() {
141 std::optional<uint64_t> Debugger::ParseUint64String(std::string_view uint64_str,
163 std::optional<Debugger::RegisterParsedFormat> Debugger::ParseRegString(
212 void Debugger::PrintUsage() {
241 std::vector<std::string> Debugger::Tokenize(std::string_view input_line,
268 DebugReturn Debugger::ExecDebugCommand(
287 bool Debugger::IsZeroUint64String(std::string_view uint64_str, int base) {
342 auto break_addr = Debugger::ParseUint64String(arg);
378 number_of_instructions_to_execute = Debugger::ParseUint64String(arg);
403 "Debugger at the end of simulation, leaving simulator...\n");
441 auto reg = Debugger::ParseRegString(args.front());