HomeSort by: relevance | last modified time | path
    Searched defs:overlaylist (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 3391 static struct cmd_list_element *overlaylist;
3926 _("Commands for debugging overlays."), &overlaylist,
3933 _("Assert that an overlay section is mapped."), &overlaylist);
3936 _("Assert that an overlay section is unmapped."), &overlaylist);
3939 _("List mappings of overlay sections."), &overlaylist);
3942 _("Enable overlay debugging."), &overlaylist);
3944 _("Disable overlay debugging."), &overlaylist);
3946 _("Enable automatic overlay debugging."), &overlaylist);
3948 _("Read the overlay mapping state from the target."), &overlaylist);
3384 static struct cmd_list_element *overlaylist; variable in typeref:struct:cmd_list_element
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 3391 static struct cmd_list_element *overlaylist;
3922 _("Commands for debugging overlays."), &overlaylist,
3929 _("Assert that an overlay section is mapped."), &overlaylist);
3932 _("Assert that an overlay section is unmapped."), &overlaylist);
3935 _("List mappings of overlay sections."), &overlaylist);
3938 _("Enable overlay debugging."), &overlaylist);
3940 _("Disable overlay debugging."), &overlaylist);
3942 _("Enable automatic overlay debugging."), &overlaylist);
3944 _("Read the overlay mapping state from the target."), &overlaylist);
3384 static struct cmd_list_element *overlaylist; variable in typeref:struct:cmd_list_element

Completed in 24 milliseconds