class Filter

Defined at line 20 of file ../../src/developer/debug/zxdb/client/filter.h

Public Methods

bool is_valid ()

Defined at line 25 of file ../../src/developer/debug/zxdb/client/filter.h

debug_ipc::Filter::Type type ()

Defined at line 31 of file ../../src/developer/debug/zxdb/client/filter.h

const std::string & pattern ()

Defined at line 34 of file ../../src/developer/debug/zxdb/client/filter.h

zx_koid_t job_koid ()

Defined at line 37 of file ../../src/developer/debug/zxdb/client/filter.h

bool weak ()

Defined at line 40 of file ../../src/developer/debug/zxdb/client/filter.h

bool recursive ()

Defined at line 43 of file ../../src/developer/debug/zxdb/client/filter.h

bool job_only ()

Defined at line 46 of file ../../src/developer/debug/zxdb/client/filter.h

bool never_attach ()

Defined at line 47 of file ../../src/developer/debug/zxdb/client/filter.h

const debug_ipc::Filter & filter ()

Defined at line 51 of file ../../src/developer/debug/zxdb/client/filter.h

SettingStore & settings ()

Defined at line 52 of file ../../src/developer/debug/zxdb/client/filter.h

void Filter (Session * session)

Defined at line 145 of file ../../src/developer/debug/zxdb/client/filter.cc

void Filter (Session * session, std::optional<debug_ipc::Filter> filter)

Defined at line 149 of file ../../src/developer/debug/zxdb/client/filter.cc

void SetType (debug_ipc::Filter::Type type)

Defined at line 158 of file ../../src/developer/debug/zxdb/client/filter.cc

void SetPattern (const std::string & pattern)

Defined at line 163 of file ../../src/developer/debug/zxdb/client/filter.cc

void SetJobKoid (zx_koid_t job_koid)

Defined at line 168 of file ../../src/developer/debug/zxdb/client/filter.cc

void SetWeak (bool weak)

Defined at line 173 of file ../../src/developer/debug/zxdb/client/filter.cc

void SetRecursive (bool recursive)

Defined at line 178 of file ../../src/developer/debug/zxdb/client/filter.cc

void SetJobOnly (bool job_only)

Defined at line 183 of file ../../src/developer/debug/zxdb/client/filter.cc

void SetFilter (const debug_ipc::Filter & filter)

Accessing the underlying filter storage.

Defined at line 188 of file ../../src/developer/debug/zxdb/client/filter.cc

fxl::RefPtr<SettingSchema> GetSchema ()

static

Defined at line 196 of file ../../src/developer/debug/zxdb/client/filter.cc