Home
last modified time | relevance | path

Searched refs:dbg (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/libloader/include/
A Dloader173 void launch(App_model *model, Const_dataspace bin, Dbg_ const &dbg);
175 void launch(App_model *model, char const *prog, Dbg_ const &dbg)
178 launch(model, bin, dbg);
182 void launch(App_task task, Prog prog, Const_dataspace bin, Dbg_ const &dbg)
186 launch(&am, bin, dbg);
190 void launch(App_task task, Prog prog, char const *bin, Dbg_ const &dbg)
194 launch(&am, bin, dbg);
204 Loader<App_model_, Dbg_>::launch(App_model *am, Const_dataspace bin, Dbg_ const &dbg)
209 read_infos(am, bin, dbg);
223 load(am, bin, dbg);
A Delf286 Dbg const &dbg;
289 L4Re::Rm::Flags r_flags, Dbg const &dbg)
290 : base(base), r_flags(r_flags), bin(bin), mm(mm), dbg(dbg)
318 dbg.printf("malformed ELF file, file offset and paddr mismatch\n");
/l4re-core-master/moe/server/src/
A Dname_space.cc33 static Dbg dbg(Dbg::Name_space, "ns"); variable
123 dbg.printf("resolve '%.*s': ", name.len(), name.start()); in find_iter()
134 dbg.cprintf(" '%.*s'", part.len(), part.start()); in find_iter()
139 dbg.cprintf(": resolution failed: '%.*s' remaining\n", in find_iter()
154 dbg.cprintf(": found object: %p (%s)\n", o->_obj.get(), in find_iter()
236 dbg.printf("query: [%ld] '%.*s'\n", name.length, (int)name.length, name.data); in op_query()
282 dbg.printf(" result = %lx flgs=%x strg=%d\n", in op_query()
A Dpage_alloc.cc96 void Single_page_alloc_base::_dump_free(Dbg &dbg) in _dump_free() argument
98 page_alloc()->dump_free_list(dbg); in _dump_free()
A Dmain.cc291 Dbg dbg(Dbg::Server); in dispatch() local
293 dbg.printf("tag=%lx (proto=%lx) obj=%lx", tag.raw, in dispatch()
298 dbg.cprintf("\n"); in dispatch()
313 dbg.cprintf(": invalid object\n"); in dispatch()
317 dbg.cprintf(": object is a %s\n", typeid(*o).name()); in dispatch()
321 dbg.printf("reply = %ld\n", res.label()); in dispatch()
327 dbg.printf("reply(exception) = %d\n", res); in dispatch()
A Dpage_alloc.h43 static void _dump_free(Dbg &dbg);
A Dboot_fs.cc28 static Dbg dbg(Dbg::Boot_fs, "fs"); variable
237 dbg.printf("open file '%.*s' from root name space\n", name.len(), name.start()); in open_file()
A Dalloc.cc33 static Dbg dbg(Dbg::Warn | Dbg::Server); variable
81 dbg.printf("WARNING: destroyed allocator still holds resources."); in ~Allocator()
/l4re-core-master/l4re_kernel/server/src/
A Ddispatcher.cc21 static Dbg dbg(Dbg::Server, "svr"); variable
26 dbg.printf("request: tag=0x%lx proto=%ld obj=0x%lx\n", t.raw, t.label(), obj); in dispatch()
/l4re-core-master/ned/server/src/
A Dlua_cap.cc160 Dbg dbg(Dbg::Warn, "lua"); in find_dynamic_type() local
168 dbg.printf("Warning: Capability %lx does not support the meta protocol: %d\n", in find_dynamic_type()
/l4re-core-master/moe/doc/
A Dmoe.dox155 …* moe [--debug=<flags>] [--init=<binary>] [--l4re-dbg=<flags>] [--ldr-flags=<flags>] [-- <init…
166 * \par `--l4re-dbg=<debug flags>`
/l4re-core-master/l4re/util/include/
A Dname_space_svr203 Name_space(L4Re::Util::Dbg const &dbg, L4Re::Util::Err const &err)
204 : _dbg(dbg), _err(err)
/l4re-core-master/l4re_vfs/include/impl/
A Dvfs_impl.h43 #define DEBUG_LOG(level, dbg...) do { if (level) dbg } while (0)
45 #define DEBUG_LOG(level, dbg...) do { } while (0) argument

Completed in 17 milliseconds