Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the trivial-backtrace Reference Manual, version 1.1.0, generated automatically by Declt version 3.0 "Montgomery Scott" on Thu Mar 11 15:05:54 2021 GMT+0.
• Introduction | What trivial-backtrace is all about | |
• Systems | The systems documentation | |
• Modules | The modules documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
Next: Modules, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The trivial-backtrace system |
Gary Warren King <gwking@metabang.com>
Gary Warren King <gwking@metabang.com>
MIT Style license
trivial-backtrace
1.1.0
trivial-backtrace.asd (file)
Modules are listed depth-first from the system components tree.
• The trivial-backtrace/setup module | ||
• The trivial-backtrace/dev module |
Next: The trivial-backtrace/dev module, Previous: Modules, Up: Modules [Contents][Index]
trivial-backtrace (system)
dev/
packages.lisp (file)
Previous: The trivial-backtrace/setup module, Up: Modules [Contents][Index]
setup (module)
trivial-backtrace (system)
dev/
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files | ||
• Static files |
Next: Static files, Previous: Files, Up: Files [Contents][Index]
Next: The trivial-backtrace/setup/packages․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
trivial-backtrace.asd
trivial-backtrace (system)
Next: The trivial-backtrace/dev/utilities․lisp file, Previous: The trivial-backtrace․asd file, Up: Lisp files [Contents][Index]
setup (module)
dev/packages.lisp
Next: The trivial-backtrace/dev/backtrace․lisp file, Previous: The trivial-backtrace/setup/packages․lisp file, Up: Lisp files [Contents][Index]
dev (module)
dev/utilities.lisp
*date-time-format* (special variable)
Next: The trivial-backtrace/dev/map-backtrace․lisp file, Previous: The trivial-backtrace/dev/utilities․lisp file, Up: Lisp files [Contents][Index]
dev (module)
dev/backtrace.lisp
Next: The trivial-backtrace/dev/fallback․lisp file, Previous: The trivial-backtrace/dev/backtrace․lisp file, Up: Lisp files [Contents][Index]
dev (module)
dev/map-backtrace.lisp
Previous: The trivial-backtrace/dev/map-backtrace․lisp file, Up: Lisp files [Contents][Index]
dev (module)
dev/fallback.lisp
Previous: Lisp files, Up: Files [Contents][Index]
• The trivial-backtrace/copying file |
Previous: Static files, Up: Static files [Contents][Index]
trivial-backtrace (system)
COPYING
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The trivial-backtrace-system package | ||
• The trivial-backtrace package |
Next: The trivial-backtrace package, Previous: Packages, Up: Packages [Contents][Index]
trivial-backtrace.asd
Previous: The trivial-backtrace-system package, Up: Packages [Contents][Index]
packages.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported special variables | ||
• Exported functions |
Next: Exported functions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
The default format to use when printing dates and times.
* %% - A ’%’ character
* %d - Day of the month as a decimal number [01-31]
* %e - Same as %d but does not print the leading 0 for days 1 through 9
[unlike strftime[], does not print a leading space]
* %H - Hour based on a 24-hour clock as a decimal number [00-23]
*%I - Hour based on a 12-hour clock as a decimal number [01-12]
* %m - Month as a decimal number [01-12]
* %M - Minute as a decimal number [00-59]
* %S - Second as a decimal number [00-59]
* %w - Weekday as a decimal number [0-6], where Sunday is 0
* %y - Year without century [00-99]
* %Y - Year with century [such as 1990]
This code is borrowed from the ‘format-date‘ function in [metatilities-base][].
utilities.lisp (file)
Previous: Exported special variables, Up: Exported definitions [Contents][Index]
map-backtrace.lisp (file)
map-backtrace.lisp (file)
Send a backtrace for the error ‘error‘ to ‘output‘.
The keywords arguments are:
* :output - where to send the output. This can be:
* a string (which is assumed to designate a pathname)
* an open stream
* nil to indicate that the backtrace information should be
returned as a string
* if-exists - what to do if output designates a pathname and
the pathname already exists. Defaults to :append.
* verbose - if true, then a message about the backtrace is sent
to \*terminal-io\*. Defaults to ‘nil‘.
If the ‘output‘ is nil, the returns the backtrace output as a string. Otherwise, returns nil.
backtrace.lisp (file)
Send a backtrace of the current error to stream.
Stream is assumed to be an open writable file stream or a string-output-stream. Note that ‘print-backtrace-to-stream‘ will print a backtrace for whatever the Lisp deems to be the *current* error.
backtrace.lisp (file)
Print ‘condition‘ to ‘stream‘ using the pretty printer.
backtrace.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal special variables | ||
• Internal macros | ||
• Internal functions | ||
• Internal structures |
Next: Internal macros, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
map-backtrace.lisp (file)
Next: Internal functions, Previous: Internal special variables, Up: Internal definitions [Contents][Index]
utilities.lisp (file)
Next: Internal structures, Previous: Internal macros, Up: Internal definitions [Contents][Index]
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
utilities.lisp (file)
utilities.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
Returns the date part of the given time.
utilities.lisp (file)
Returns the day-of-week part of the given time.
utilities.lisp (file)
Returns the daylight-savings-time-p part of the given time.
utilities.lisp (file)
Returns the hour part of the given time.
utilities.lisp (file)
Returns the minute part of the given time.
utilities.lisp (file)
Returns the month part of the given time.
utilities.lisp (file)
Returns the second part of the given time.
utilities.lisp (file)
Returns the year part of the given time.
utilities.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
map-backtrace.lisp (file)
Previous: Internal functions, Up: Internal definitions [Contents][Index]
map-backtrace.lisp (file)
structure-object (structure)
frame-func (function)
(setf frame-func) (function)
frame-source-filename (function)
(setf frame-source-filename) (function)
frame-source-pos (function)
(setf frame-source-pos) (function)
frame-vars (function)
(setf frame-vars) (function)
map-backtrace.lisp (file)
structure-object (structure)
print-object (method)
pos-form-number-number (function)
(setf pos-form-number-number) (function)
map-backtrace.lisp (file)
structure-object (structure)
var-name (function)
(setf var-name) (function)
var-value (function)
(setf var-value) (function)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L M S T |
---|
Jump to: | F L M S T |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | (
B C D F G I M P T V |
---|
Jump to: | (
B C D F G I M P T V |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
F N S V |
---|
Jump to: | *
F N S V |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | F P S T V |
---|
Jump to: | F P S T V |
---|