aboutsummaryrefslogtreecommitdiff
path: root/include/sim/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sim/callback.h')
-rw-r--r--include/sim/callback.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sim/callback.h b/include/sim/callback.h
index 06aa2d4..a51c4de 100644
--- a/include/sim/callback.h
+++ b/include/sim/callback.h
@@ -178,6 +178,12 @@ struct host_callback_struct
enum bfd_endian target_endian;
+ /* Program command line options. */
+ char **argv;
+
+ /* Program environment. */
+ char **envp;
+
/* Size of an "int" on the target (for syscalls whose ABI uses "int").
This must include padding, and only padding-at-higher-address is
supported. For example, a 64-bit target with 32-bit int:s which