Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AuroraWright/Luma3DS
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraWright committed Dec 18, 2017
2 parents 6a0f332 + 16530d3 commit f30b7b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sysmodules/rosalina/source/menus/process_list.c
Expand Up @@ -576,7 +576,10 @@ static void ProcessListMenu_MemoryViewer(const ProcessInfo *info)
static inline void ProcessListMenu_HandleSelected(const ProcessInfo *info)
{
if(!gdbServer.super.running || info->isZombie)
{
ProcessListMenu_MemoryViewer(info);
return;
}

u32 id;
for(id = 0; id < MAX_DEBUG && (!(gdbServer.ctxs[id].flags & GDB_FLAG_SELECTED) || gdbServer.ctxs[id].pid != info->pid); id++);
Expand Down

0 comments on commit f30b7b9

Please sign in to comment.