Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API description #30

Open
aviralg opened this issue Jul 4, 2020 · 0 comments
Open

Add API description #30

aviralg opened this issue Jul 4, 2020 · 0 comments
Assignees
Labels
enhancement:documentation Improvements or additions to documentation

Comments

@aviralg
Copy link
Member

aviralg commented Jul 4, 2020

Add documentation for the following functions:

  • add_function
  • add_package
  • create_application
  • create_context
  • create_function
  • create_package
  • disable_tracing
  • enable_tracing
  • get_application_attach_callback
  • get_application_detach_callback
  • get_application_load_callback
  • get_application_unload_callback
  • get_argument
  • get_arguments
  • get_call
  • get_call_entry_callback
  • get_call_exit_callback
  • get_call_stack
  • get_caller
  • get_caller_environment
  • get_code
  • get_data
  • get_default_argument
  • get_definition
  • get_directory
  • get_environment
  • get_error
  • get_expression
  • get_frame_position
  • get_function
  • get_function_attach_callback
  • get_function_detach_callback
  • get_functions
  • get_id
  • get_installed_package_names
  • get_message
  • get_name
  • get_package_attach_callback
  • get_package_detach_callback
  • get_package_function_names
  • get_package_load_callback
  • get_package_unload_callback
  • get_packages
  • get_parameter
  • get_parameter_count
  • get_parameters
  • get_position
  • get_result
  • get_size
  • get_source
  • get_sys_calls
  • get_traced_functions
  • get_traced_packages
  • get_value
  • has_application_attach_callback
  • has_application_detach_callback
  • has_application_load_callback
  • has_application_unload_callback
  • has_call_entry_callback
  • has_call_exit_callback
  • has_data
  • has_function_attach_callback
  • has_function_detach_callback
  • has_package_attach_callback
  • has_package_detach_callback
  • has_package_load_callback
  • has_package_unload_callback
  • is_active
  • is_defined
  • is_error
  • is_evaluated
  • is_function_traced
  • is_missing
  • is_package_traced
  • is_public
  • is_s3_generic
  • is_s3_method
  • is_successful
  • is_tracing_enabled
  • is_undefined
  • is_value
  • is_vararg
  • peek_frame
  • reinstate_tracing
  • remove_data
  • set_application_attach_callback
  • set_application_detach_callback
  • set_application_load_callback
  • set_application_unload_callback
  • set_data
  • set_function_attach_callback
  • set_function_detach_callback
  • set_package_attach_callback
  • set_package_detach_callback
  • set_package_load_callback
  • set_package_unload_callback
  • to_string
  • trace_code
  • trace_functions
  • trace_packages
  • with_tracing_disabled
  • with_tracing_enabled
@aviralg aviralg added the enhancement:documentation Improvements or additions to documentation label Jul 4, 2020
@aviralg aviralg self-assigned this Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant