Lines Matching full:breakpoint
31 /// @brief Base breakpoint class
42 * @brief Get breakpoint id
51 * @brief If breakpoint resolved and can be hit
60 * @brief Tries to resolve breakpoint, shuould be called on load new panda file
63 * @returns Was breakpoint resolved
73 * @brief Applies function to every breakpoint location
74 * @param[in] func function to apply to every breakpoint
81 * @param[in] engine to evaluate conditions for conditional breakpoint
87 * @brief Set locations for current breakpoint
88 * @param[out] sourceFiles returns sourceFiles where breakpoint was set
90 * @param[out] breakpointLocations map of breakpoint locations from storage
91 * @returns BreakpointId of set breakpoint.