Home
last modified time | relevance | path

Searched refs:Dbg (Results 1 – 25 of 35) sorted by relevance

12

/l4re-core-master/moe/server/src/
A Ddebug.cc11 Dbg::Dbg_bits Dbg::dbg_bits[] =
12 {{"info", Dbg::Info},
13 {"nfo", Dbg::Info},
14 {"warn", Dbg::Warn},
15 {"boot", Dbg::Boot},
16 {"server", Dbg::Server},
17 {"svr", Dbg::Server},
20 {"loader", Dbg::Loader},
21 {"ldr", Dbg::Loader},
22 {"script", Dbg::Parser},
[all …]
A Dmain.cc67 static Dbg info(Dbg::Info);
68 static Dbg boot(Dbg::Boot);
69 static Dbg warn(Dbg::Warn);
111 Dbg(Dbg::Warn).printf("No command line found, using default!\n"); in my_cmdline()
291 Dbg dbg(Dbg::Server); in dispatch()
299 Dbg(Dbg::Exceptions).printf("unhandled exception...\n"); in dispatch()
332 Dbg(Dbg::Warn).printf("Invalid message (tag.label=%ld)\n", tag.label()); in dispatch()
348 {{"info", Dbg::Info},
349 {"nfo", Dbg::Info},
350 {"warn", Dbg::Warn},
[all …]
A Ddebug.h21 class Dbg : public L4Re::Util::Dbg
43 Dbg(unsigned long mask, char const *subs = 0)
44 : L4Re::Util::Dbg(mask, "MOE", subs)
A Dloader_elf.cc21 Dbg ldr(Dbg::Loader, "ldr"); in launch()
23 Ldr::Elf_loader<Moe_x_app_model, Dbg>::launch(&am, "rom/l4re", ldr); in launch()
A Dalloc.cc33 static Dbg dbg(Dbg::Warn | Dbg::Server);
258 Dbg out(Dbg::Info, "mem_alloc"); in op_debug()
A Dpage_alloc.h13 class Dbg; variable
43 static void _dump_free(Dbg &dbg);
A Dloader.cc69 Dbg info(Dbg::Info); in start()
207 Dbg info(Dbg::Info); in init_prog()
A Dregion.cc105 Dbg(Dbg::Warn).printf("IO-port-fault: port=0x%lx size=%d pc=0x%lx\n", in op_io_page_fault()
A Dmalloc.cc19 static Dbg info(Dbg::Info);
A Dloader_elf.h18 public Ldr::Elf_loader<Moe_x_app_model, Dbg>
/l4re-core-master/ned/server/src/
A Dmain.cc20 static Dbg info(Dbg::Info);
21 static Dbg boot_info(Dbg::Boot);
29 static Dbg ldr(Dbg::Loader, "ldr");
35 Dbg::set_level(Dbg::Warn); in run()
A Ddebug.h21 class Dbg : public L4Re::Util::Dbg
38 Dbg(unsigned long mask, char const *subs = 0)
39 : L4Re::Util::Dbg(mask, "Ned", subs)
A Dapp_model.cc132 Dbg info(Dbg::Info); in init_prog()
167 Dbg(Dbg::Info).printf("parent cap is %lx\n", prog_info()->parent.raw); in get_task_caps()
A Dapp_model.h119 Dbg(Dbg::Warn).printf("warning: Launching thread on offline CPU. Thread may never run!\n"); in run_thread()
/l4re-core-master/l4re_kernel/server/src/
A Ddebug.h20 class Dbg : public L4Re::Util::Dbg
36 Dbg(unsigned long mask, char const *subs = 0)
37 : L4Re::Util::Dbg(mask, "L4Re", subs)
A Dloader_elf.cc15 static Dbg ldr(Dbg::Loader, "ldr");
21 Ldr::Elf_loader<L4Re_x_app_model, Dbg>::launch(rm, (void*)0, bin, ldr); in launch()
A Dmain.cc129 Dbg::set_level(Dbg::Info | Dbg::Warn); in run()
131 Dbg boot(Dbg::Boot); in run()
172 Dbg::set_level(Global::l4re_aux->dbg_lvl); in run()
A Ddispatcher.cc21 static Dbg dbg(Dbg::Server, "svr");
A Dloader_elf.h17 public Ldr::Elf_loader<L4Re_x_app_model, Dbg>
A Dregion.cc133 Dbg w(Dbg::Warn); in op_exception()
/l4re-core-master/l4re/util/libs/
A Ddebug.cc27 unsigned long Dbg::level = 1;
30 Dbg::tag() const in tag()
42 Dbg::printf_impl(char const *fmt, ...) const in printf_impl()
57 Dbg::cprintf_impl(char const *fmt, ...) const in cprintf_impl()
/l4re-core-master/l4re/util/include/
A Dregion_mapping_svr_231 template<typename DERIVED, typename Dbg>
223 Dbg(Dbg::Server).printf("page fault: %lx pc=%lx\n", addr, pc);
232 Dbg(Dbg::Warn, "rm").printf("unhandled %s page fault at 0x%lx pc=0x%lx\n",
240 Dbg(Dbg::Warn, "rm").printf("write page fault in readonly region at 0x%lx pc=0x%lx\n",
248 Dbg(Dbg::Warn, "rm").printf("instruction page fault in non-exec region at 0x%lx pc=0x%lx\n",
257Dbg(Dbg::Warn, "rm").printf("mapping for page fault failed with error %d at 0x%lx pc=0x%lx\n",
A Ddebug59 class Dbg
102 Dbg() : _m(1), _component(0), _subsys(0) { };
105 Dbg(unsigned long mask, char const *comp, char const *subs)
124 Dbg() {}
127 Dbg(unsigned long, char const *, char const *) {}
/l4re-core-master/ned/doc/
A DAw.lua48 log = {"io", "red"}, l4re_dbg = L4.Dbg.Warn + L4.Dbg.Loader,
/l4re-core-master/libloader/include/
A Delf253 template< typename Dbg >
256 Dbg const &ldr;
257 Phdr_print(Dbg const &ldr) : ldr(ldr) {}
276 template< typename App_model, typename Dbg >
286 Dbg const &dbg;
289 L4Re::Rm::Flags r_flags, Dbg const &dbg)

Completed in 23 milliseconds

12