Searched refs:installed (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp53 // delete the installed breakpoint objects
109 InstalledBreakpoint* installed = fBreakpoints.Lookup(address);
110 if (installed != NULL)
114 installed = new(std::nothrow) InstalledBreakpoint(address);
115 if (installed == NULL)
117 ObjectDeleter<InstalledBreakpoint> installedDeleter(installed);
127 breakpoint->installedBreakpoint = installed;
128 installed->breakpoint = breakpoint;
131 status_t error = _InstallSoftwareBreakpoint(installed, address);
136 fBreakpoints.Insert(installed);
151 InstalledBreakpoint* installed = fBreakpoints.Lookup(address); local
349 InstalledBreakpoint* installed = it.Next(); local
433 InstalledBreakpoint* installed = fBreakpoints.Lookup(address); local
489 _InstallSoftwareBreakpoint(InstalledBreakpoint* installed, addr_t address) argument
[all...]
H A DBreakpointManager.h110 InstalledBreakpoint* installed,
/haiku/src/kits/debugger/model/
H A DWatchpoint.cpp26 Watchpoint::SetInstalled(bool installed) argument
28 fInstalled = installed;
H A DBreakpoint.cpp35 Breakpoint::SetInstalled(bool installed) argument
37 fInstalled = installed;
/haiku/headers/private/debugger/model/
H A DBreakpoint.h29 void SetInstalled(bool installed);
H A DWatchpoint.h26 void SetInstalled(bool installed);
/haiku/src/servers/package/
H A DVolume.h173 bool activeOnly, bool installed);
H A DVolume.cpp1423 bool activeOnly, bool installed)
1432 repository.SetInstalled(installed);
1422 _AddRepository(BSolver* solver, BSolverRepository& repository, bool activeOnly, bool installed) argument
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp252 // installed and if it has all the specified attributes; if not, the
253 // whole mime type is installed and all attributes are set; nulls can
264 bool installed = mime.IsInstalled(); local
266 if (!installed
280 if (!installed)
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp223 // If the repository represents installed packages, check, if we already
573 if (fPool->installed
574 && fPool->solvables[solvableId].repo == fPool->installed) {
1300 // passing the flag, we get solvables that aren't installed.

Completed in 60 milliseconds