Searched refs:breakpoint (Results 1 - 16 of 16) sorted by relevance

/gem5/src/arch/null/
H A Dremote_gdb.hh50 bool breakpoint() { return false; } function in class:BaseRemoteGDB
/gem5/src/arch/mips/
H A Dsystem.cc66 MipsSystem::breakpoint() function in class:MipsSystem
H A Dsystem.hh55 virtual bool breakpoint();
/gem5/src/arch/riscv/
H A Dsystem.cc70 RiscvSystem::breakpoint() function in class:RiscvSystem
H A Dsystem.hh68 virtual bool breakpoint();
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dbreakpoint.S4 # breakpoint.S
16 # Set up breakpoint to trap on M-mode fetches.
24 # Make sure there's a breakpoint there.
34 # Skip if breakpoint type is unsupported.
48 # Set up breakpoint to trap on M-mode reads.
52 # Skip if breakpoint type is unsupported.
68 # Set up breakpoint to trap on M-mode stores.
72 # Skip if breakpoint type is unsupported.
85 # Try to set up a second breakpoint.
91 # Make sure there's a breakpoint ther
[all...]
/gem5/src/sim/
H A Ddebug.cc48 // Debug event: place a breakpoint on the process function and
67 // handle debug event: set debugger breakpoint on this function
72 Debug::breakpoint();
79 return "debug breakpoint";
H A Dsystem.cc238 bool System::breakpoint() function in class:System
241 return remoteGDB[0]->breakpoint();
H A Dsystem.hh555 bool breakpoint();
H A Dpseudo_inst.cc579 Debug::breakpoint();
/gem5/src/base/
H A Ddebug.hh41 void breakpoint();
H A Ddebug.cc52 breakpoint() function in namespace:Debug
57 cprintf("Debug::breakpoint suppressed, compiled with NDEBUG\n");
H A Dremote_gdb.hh143 bool breakpoint() { return trap(SIGTRAP); } function in class:BaseRemoteGDB
H A Dstatistics.cc165 Debug::breakpoint();
/gem5/src/cpu/
H A Dpc_event.cc142 Debug::breakpoint();
/gem5/src/dev/net/
H A Dns_gige.cc1612 Debug::breakpoint();

Completed in 25 milliseconds