<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/ia64/include/kdb.h, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-07-07T00:27:09Z</updated>
<entry>
<title>Remove ia64.</title>
<updated>2014-07-07T00:27:09Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2014-07-07T00:27:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e7d939bda22b07be6b68ba38835c9167212fd56e'/>
<id>urn:sha1:e7d939bda22b07be6b68ba38835c9167212fd56e</id>
<content type='text'>
This includes:
o   All directories named *ia64*
o   All files named *ia64*
o   All ia64-specific code guarded by __ia64__
o   All ia64-specific makefile logic
o   Mention of ia64 in comments and documentation

This excludes:
o   Everything under contrib/
o   Everything under crypto/
o   sys/xen/interface
o   sys/sys/elf_common.h

Discussed at: BSDcan
</content>
</entry>
<entry>
<title>Move the implementation of kdb_cpu_trap() from &lt;machine/kdb.h&gt; to</title>
<updated>2014-03-16T22:56:22Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2014-03-16T22:56:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8afe4038e5f21e2a513987cf80083228c59e395'/>
<id>urn:sha1:c8afe4038e5f21e2a513987cf80083228c59e395</id>
<content type='text'>
machdep.c. This makes it easier to add conditional code based on
options.
</content>
</entry>
<entry>
<title>Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_id</title>
<updated>2009-12-07T06:41:27Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2009-12-07T06:41:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58a0206d6380fcd95798b5edbfaf7fbb34e3b8c2'/>
<id>urn:sha1:58a0206d6380fcd95798b5edbfaf7fbb34e3b8c2</id>
<content type='text'>
excluded, as it's used by MI code) and mode the sysctl variables from
pcpu_stats to pcpu_md.
Adjust all references accordingly.

While nearby, change the PCPU sysctl tree so that they match the CPU
device sysctl tree -- they are now children of a static node called
"machdep.cpu" and are named only with their cpu ID.
</content>
</entry>
<entry>
<title>Add kdb_cpu_sync_icache(), intended to synchronize instruction</title>
<updated>2007-06-09T21:55:17Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2007-06-09T21:55:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=01bd17cc99b1927537115fc76d3b332406a11b1d'/>
<id>urn:sha1:01bd17cc99b1927537115fc76d3b332406a11b1d</id>
<content type='text'>
caches with data caches after writing to memory. This typically
is required to make breakpoints work on ia64 and powerpc. For
those architectures the function is implemented.
</content>
</entry>
<entry>
<title>Now that printf() needs the PCPU, set it up before we call printf().</title>
<updated>2006-11-18T21:52:26Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2006-11-18T21:52:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77121031e7f99905d3d52a9cf6ced0de6d555957'/>
<id>urn:sha1:77121031e7f99905d3d52a9cf6ced0de6d555957</id>
<content type='text'>
Change the pc_pcb field from a pointer to struct pcb to struct pcb
so that sizeof(struct pcb) includes the PCB we use for IPI_STOP.
Statically declare early_pcb so that we don't have to allocate the
PCB for thread0. This way we can setup the PCPU before cninit()
and thus before we use printf().
</content>
</entry>
<entry>
<title>Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the</title>
<updated>2006-04-03T22:51:47Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2006-04-03T22:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bfcdefd8aa834f68ec5cf662552ba37719aa0de7'/>
<id>urn:sha1:bfcdefd8aa834f68ec5cf662552ba37719aa0de7</id>
<content type='text'>
PCB in which the context of stopped CPUs is stored. To access this
PCB from KDB, we introduce a new define, called KDB_STOPPEDPCB. The
definition, when present, lives in &lt;machine/kdb.h&gt; and abstracts
where MD code saves the context. Define KDB_STOPPEDPCB on i386,
amd64, alpha and sparc64 in accordance to previous code.
</content>
</entry>
<entry>
<title>/* -&gt; /*- for copyright notices, minor format tweaks as necessary</title>
<updated>2005-01-06T22:18:23Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T22:18:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86cb007f9f53a618310e56ff967339221197b416'/>
<id>urn:sha1:86cb007f9f53a618310e56ff967339221197b416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce the KDB debugger frontend. The frontend provides a framework</title>
<updated>2004-07-10T18:40:12Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-07-10T18:40:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbc174356c7ec702f9a7233643543d0df103b5f1'/>
<id>urn:sha1:cbc174356c7ec702f9a7233643543d0df103b5f1</id>
<content type='text'>
in which multiple (presumably different) debugger backends can be
configured and which provides basic services to those backends.
Besides providing services to backends, it also serves as the single
point of contact for any and all code that wants to make use of the
debugger functions, such as entering the debugger or handling of the
alternate break sequence. For this purpose, the frontend has been
made non-optional.
All debugger requests are forwarded or handed over to the current
backend, if applicable. Selection of the current backend is done by
the debug.kdb.current sysctl. A list of configured backends can be
obtained with the debug.kdb.available sysctl. One can enter the
debugger by writing to the debug.kdb.enter sysctl.
</content>
</entry>
</feed>
