Searched refs:StackFrameValues (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/debugger/model/
H A DStackFrameValues.h18 class StackFrameValues : public BReferenceable { class in inherits:BReferenceable
20 StackFrameValues();
21 StackFrameValues(const StackFrameValues& other);
23 virtual ~StackFrameValues();
49 StackFrameValues& operator=(const StackFrameValues& other);
59 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath& path,
67 StackFrameValues::HasValue(ObjectID* variable, const TypeComponentPath& path)
H A DStackFrame.h31 class StackFrameValues;
79 StackFrameValues* Values() const { return fValues; }
105 StackFrameValues* fValues;
/haiku/src/kits/debugger/model/
H A DStackFrameValues.cpp7 #include "StackFrameValues.h"
15 struct StackFrameValues::Key {
38 struct StackFrameValues::ValueEntry : Key {
58 struct StackFrameValues::ValueEntryHashDefinition {
84 StackFrameValues::StackFrameValues() function in class:StackFrameValues
91 StackFrameValues::StackFrameValues(const StackFrameValues& other) function in class:StackFrameValues
113 StackFrameValues
[all...]
H A DStackFrame.cpp15 #include "StackFrameValues.h"
70 fValues = new(std::nothrow) StackFrameValues;
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.h17 class StackFrameValues;
66 StackFrameValues* Values() const
68 void SetValues(StackFrameValues* values);
96 StackFrameValues* fValues;
H A DVariablesViewState.cpp14 #include "StackFrameValues.h"
210 VariablesViewState::SetValues(StackFrameValues* values)
/haiku/src/kits/debugger/jobs/
H A DJobs.h29 class StackFrameValues;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp44 #include "StackFrameValues.h"
2932 StackFrameValues* values = NULL;
2934 BReference<StackFrameValues> valuesReference;
2950 values = new(std::nothrow) StackFrameValues;

Completed in 56 milliseconds