Lines Matching full:classes
19 API and allow people to link to our classes, we have certain rules that we must
22 - Classes can't inherit from any other classes.
23 - Classes can't contain virtual methods.
24 - Classes should be compatible with script bridging utilities like swig.
25 - Classes should be lightweight and be backed by a single member. Pointers (or
32 make changes to the API as any additional methods added to these classes will
39 A collection of classes that implement our breakpoint classes. Breakpoints are
76 wide variety of classes are implemented:
81 - Communication classes that use Connection objects
89 A collection of classes that implement the data formatters subsystem.
95 spectrum, backed by classes implementing individual formatters, matching rules,
139 It also includes the base classes of the NativeProcess/Thread hierarchy, which
145 The interpreter classes are the classes responsible for being the base classes
152 Symbol classes involve everything needed in order to parse object files and
153 debug symbols. All the needed classes for compilation units (code and debug
160 Classes that are related to a debug target include:
173 This module contains the lowest layers of LLDB. A lot of these classes don't