Lines Matching defs:variables

95                 verify_dict["children"], response["body"]["variables"], varref_dict
98 def verify_variables(self, verify_dict, variables, varref_dict=None):
99 for variable in variables:
113 # error when we run to main and try to get variables
146 Tests the "scopes", "variables", "setVariable", and "evaluate"
177 "contains": {"path": ["lldb-dap", "variables", "main.cpp"]},
220 # We need to test the functionality of the "variables" request as it
222 # of variables that are fetched
225 self.verify_variables(buffer_children, response["body"]["variables"])
228 self.verify_variables(buffer_children, response["body"]["variables"])
232 self.verify_variables(buffer_children, response["body"]["variables"])
236 self.verify_variables(buffer_children, response["body"]["variables"])
241 make_buffer_verify_dict(5, 5), response["body"]["variables"]
247 len(response["body"]["variables"]),
303 # Test setting variables
319 make_buffer_verify_dict(0, 1, 100), response["body"]["variables"]
327 value = response["body"]["variables"][0]["value"]
332 # We check shadowed variables and that a new get_local_variables request
385 # In breakpoint 3, there should be no shadowed variables
531 "variables": {
576 expandable_expression["children"], response["body"]["variables"]
592 expandable_expression["children"], response["body"]["variables"]
637 # The vector variables might have one additional entry from the fake
663 ]["variables"]
714 regs = self.dap_server.request_variables(varRef)["body"]["variables"]
729 variables are returned in the LLDB API when the user should be
751 Test that toggle variables value format between decimal and hexical works.