Lines Matching +full:- +full:- +full:can +full:- +full:if
4 * SPDX-License-Identifier: Apache-2.0
40 /** Read/write alignment, 0 if using default alignment */
56 * This array specifies which region of memory GDB can access
58 * memory read/write in GDB stub to memory that can be
81 * @return The length of the converted string, or 0 if an error occurred.
88 * @brief Check if a memory block can be read.
90 * This checks if the specified memory block can be read.
96 * @return True if memory block can be read, false otherwise.
101 * @brief Check if a memory block can be written into.
103 * This checks if the specified memory block can be written into.
109 * @return True if GDB stub can write to the block, false otherwise.