jv_vdb.st
changeset 188 7080f4698aec
parent 178 5d1c3e5fab6b
child 193 e6393500a665
equal deleted inserted replaced
187:4c23ffccaf8e 188:7080f4698aec
    51      Please take a look at the #referencedPreRequisites method as well."
    51      Please take a look at the #referencedPreRequisites method as well."
    52 
    52 
    53     ^ #(
    53     ^ #(
    54         #'jv:libgdbs'    "GDBCommand - superclass of VDBMI_vdb_var_create"
    54         #'jv:libgdbs'    "GDBCommand - superclass of VDBMI_vdb_var_create"
    55         #'stx:goodies/announcements'    "Announcement - superclass of RREvent"
    55         #'stx:goodies/announcements'    "Announcement - superclass of RREvent"
       
    56         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of VDBParser"
    56         #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb"
    57         #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb"
    57         #'stx:libtool'    "AbstractSettingsApplication - superclass of VDBSettingsApplication"
    58         #'stx:libtool'    "AbstractSettingsApplication - superclass of VDBSettingsApplication"
    58         #'stx:libview'    "DisplaySurface - superclass of VDBSimpleConsoleView"
    59         #'stx:libview'    "DisplaySurface - superclass of VDBSimpleConsoleView"
    59         #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication"
    60         #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication"
    60         #'stx:libwidg'    "EditTextView - superclass of VDBSimpleConsoleView"
    61         #'stx:libwidg'    "EditTextView - superclass of VDBSimpleConsoleView"
   136         "<className> or (<className> attributes...) in load order"
   137         "<className> or (<className> attributes...) in load order"
   137         RR
   138         RR
   138         RREvent
   139         RREvent
   139         VDBAbstractApplication
   140         VDBAbstractApplication
   140         VDBAbstractPresenter
   141         VDBAbstractPresenter
       
   142         VDBAddress
       
   143         VDBAddressRange
   141         VDBEvaluator
   144         VDBEvaluator
   142         VDBIconLibrary
   145         VDBIconLibrary
   143         VDBInstructionBasicBlock
   146         VDBInstructionBasicBlock
   144         #'VDBMI_vdb_var_create'
   147         #'VDBMI_vdb_var_create'
   145         #'VDBMI_vdb_var_delete'
   148         #'VDBMI_vdb_var_delete'
   146         #'VDBMI_vdb_var_evaluate_expression'
   149         #'VDBMI_vdb_var_evaluate_expression'
   147         #'VDBMI_vdb_var_info_path_expression'
   150         #'VDBMI_vdb_var_info_path_expression'
   148         #'VDBMI_vdb_var_list_children'
   151         #'VDBMI_vdb_var_list_children'
   149         #'VDBMI_vdb_var_set_visualizer'
   152         #'VDBMI_vdb_var_set_visualizer'
   150         #'VDBMI_vdb_var_update'
   153         #'VDBMI_vdb_var_update'
       
   154         VDBParser
   151         VDBScatchPadApplication
   155         VDBScatchPadApplication
   152         VDBSettingsApplication
   156         VDBSettingsApplication
   153         VDBSimpleConsoleView
   157         VDBSimpleConsoleView
   154         VDBStartup
   158         VDBStartup
   155         VDBTerminalView
   159         VDBTerminalView
   178         VDBThreadGroupPresenter
   182         VDBThreadGroupPresenter
   179         VDBThreadPresenter
   183         VDBThreadPresenter
   180         VDBVariableObjectPresenter
   184         VDBVariableObjectPresenter
   181         VDBAbstractListApplication
   185         VDBAbstractListApplication
   182         VDBAbstractUnixConsoleApplication
   186         VDBAbstractUnixConsoleApplication
       
   187         VDBDisassemblyApplication
   183         VDBSimpleDebuggerConsoleApplication
   188         VDBSimpleDebuggerConsoleApplication
   184         VDBTabbingContainer
   189         VDBTabbingContainer
   185         VDBAbstractTreeApplication
   190         VDBAbstractTreeApplication
   186         VDBFrameApplication
   191         VDBFrameApplication
   187         VDBSourceAndDisassemblyApplication
   192         VDBSourceAndDisassemblyApplication
   205     ^ #(
   210     ^ #(
   206         GDBVariableObject inspector2TabVariable
   211         GDBVariableObject inspector2TabVariable
   207         GDBDebugger targetConnectRR:
   212         GDBDebugger targetConnectRR:
   208         GDBDebugger onRRExitEvent:
   213         GDBDebugger onRRExitEvent:
   209         GDBDebugger pythonImportVDB
   214         GDBDebugger pythonImportVDB
       
   215         GDBVariableObject varobj
   210     )
   216     )
   211 ! !
   217 ! !
   212 
   218 
   213 !jv_vdb class methodsFor:'description - project information'!
   219 !jv_vdb class methodsFor:'description - project information'!
   214 
   220