From f64ebb1c1f10e8d15fcc4879d781703c86c5fb8b Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 8 Sep 2007 12:20:53 +0000 Subject: Sim I/O and threading that runs more like on target. Tweakable if any genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14639 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index f8492d3..d5c0b81 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -181,7 +181,6 @@ static bool dbg_list(struct action_callback_info *info) extern struct thread_entry threads[MAXTHREADS]; -#ifndef SIMULATOR static char thread_status_char(int status) { switch (status) @@ -256,7 +255,6 @@ static bool dbg_os(void) info.dbg_getname = threads_getname; return dbg_list(&info); } -#endif /* !SIMULATOR */ #ifdef HAVE_LCD_BITMAP #if CONFIG_CODEC != SWCODEC @@ -2270,9 +2268,7 @@ static const struct the_menu_item menuitems[] = { #if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) { "Catch mem accesses", dbg_set_memory_guard }, #endif -#ifndef SIMULATOR { "View OS stacks", dbg_os }, -#endif #ifdef HAVE_LCD_BITMAP #ifndef SIMULATOR { "View battery", view_battery }, -- cgit v1.1