----------------------------------------------------------------------------
| 3509 | } |
| 3510 | //---------------------------------------------------------------------------- |
| 3511 | void ConsoleDebugger::asmViewCtxMenuAddSym(void) |
| 3512 | { |
| 3513 | int addr = asmView->getAsmAddrFromLine( asmView->getCtxMenuLine() ); |
| 3514 | |
| 3515 | openDebugSymbolEditWindow( addr ); |
| 3516 | } |
| 3517 | //---------------------------------------------------------------------------- |
| 3518 | void QAsmView::setPC_placement( int mode, int ofs ) |
| 3519 | { |
no test coverage detected