| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Differential Revision: D710
Reviewed by: jmmv, ngie, rpaulo
Notes:
svn path=/head/; revision=271937
|
|
|
|
|
|
|
|
|
| |
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
Notes:
svn path=/head/; revision=264400
|
|
|
|
|
|
|
|
| |
in preference to the user WITHOUT_MAN knob, which should never be set
in normal src Makefiles.
Notes:
svn path=/head/; revision=264154
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
observed with -O2 (used by default).
Avoid function inlining for t1_bkpt_t on which we set a breakpoint.
Otherwise the address of the function is never called thus the
breakpoint never triggers.
Reported by: zont
Reviewed by: rpaulo
Notes:
svn path=/head/; revision=244692
|
|
|
|
| |
Notes:
svn path=/head/; revision=240154
|
|
* breakpoint setup support
* register query
* symbol to address mapping and vice-versa
* more misc utility functions based on their Solaris counterpart
Also, I've written some test cases.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=210688
|