mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-06 12:04:42 +00:00
sim: cr16: add sim_complete_command stub
This commit is contained in:
parent
a1373b60b3
commit
4881a75b8b
@ -1,3 +1,7 @@
|
|||||||
|
2012-08-28 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
|
||||||
|
|
||||||
|
* interp.c (sim_complete_command): New stub function.
|
||||||
|
|
||||||
2012-06-17 Mike Frysinger <vapier@gentoo.org>
|
2012-06-17 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* interp.c: Include config.h first. Also include stdlib.h and
|
* interp.c: Include config.h first. Also include stdlib.h and
|
||||||
|
@ -1548,6 +1548,11 @@ sim_store_register (sd, rn, memory, length)
|
|||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
char **
|
||||||
|
sim_complete_command (SIM_DESC sd, char *text, char *word)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
sim_do_command (sd, cmd)
|
sim_do_command (sd, cmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user