History log of /freebsd-12.1/sys/arm64/arm64/db_interface.c (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# 7a1ac4a7 25-Aug-2015 Andrew Turner <[email protected]>

Use kdb_jmpbuf and setjmp to handle accessing invalid addresses in the
debugger memory access functions. This allows us to correctly reenter into
the debugger on failure.

Sponsored by: ABT Systems L

Use kdb_jmpbuf and setjmp to handle accessing invalid addresses in the
debugger memory access functions. This allows us to correctly reenter into
the debugger on failure.

Sponsored by: ABT Systems Ltd

show more ...


# 84a9a3a3 25-Aug-2015 Andrew Turner <[email protected]>

Use nitems to count the number of items in a static array.

Sponsored by: ABT Systems Ltd


Revision tags: release/10.2.0
# c8d372ef 11-Aug-2015 Andrew Turner <[email protected]>

Check the correct value in db_validate_address, pmap_extract returns 0 on
failure.

Sponsored by: ABT Systems Ltd


# 458f2175 09-Jun-2015 Zbigniew Bodek <[email protected]>

Add options to dmb() and dsb() macros on ARM64

Using plain dsb()/dmb() as full system barriers is usually to much.
Adding proper options to those barriers (instead of full system - sy)
will most lik

Add options to dmb() and dsb() macros on ARM64

Using plain dsb()/dmb() as full system barriers is usually to much.
Adding proper options to those barriers (instead of full system - sy)
will most likely reduce the cost of the instructions and will benefit
in performance improvement.
This commit adds options to barrier macro definitions.

Obtained from: Semihalf
Reviewed by: andrew, ian
Sponsored by: The FreeBSD Foundation

show more ...


# a364e1cf 27-Apr-2015 Zbigniew Bodek <[email protected]>

Fix wrong cast of pointer to u_int in db_interface.c on ARM64

Fix to commit introduced in: r282078

Pointed out by: andrew
Obtained from: Semihalf
Sponsored by: The FreeBSD Foundation


# 988b7f60 27-Apr-2015 Zbigniew Bodek <[email protected]>

Introduce ddb(4) support for ARM64

Obtained from: Semihalf
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation