mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
dmnt: first pass at breakpoints/watchpoints
This commit is contained in:
parent
1401f3520e
commit
d216a77187
15 changed files with 1606 additions and 5 deletions
|
@ -65,6 +65,10 @@ namespace ams::dmnt {
|
|||
void H();
|
||||
void Hg();
|
||||
|
||||
void T();
|
||||
|
||||
void Z();
|
||||
|
||||
bool g();
|
||||
|
||||
void m();
|
||||
|
@ -72,6 +76,7 @@ namespace ams::dmnt {
|
|||
void v();
|
||||
|
||||
void vAttach();
|
||||
void vCont();
|
||||
|
||||
void q();
|
||||
|
||||
|
@ -84,7 +89,11 @@ namespace ams::dmnt {
|
|||
void qXferOsdataRead();
|
||||
bool qXferThreadsRead();
|
||||
|
||||
void z();
|
||||
|
||||
void QuestionMark();
|
||||
private:
|
||||
Result ParseVCont(char * const token, u64 *thread_ids, u8 *continue_modes, s32 num_threads, DebugProcess::ContinueMode &default_continue_mode);
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue