aboutsummaryrefslogtreecommitdiff
path: root/core/debug
Commit message (Collapse)AuthorAgeFilesLines
* Fixing code example, trace_ctx variable was renamedReshen2025-12-091-2/+2
| | | `trace_ctx` should actually be `global_trace_ctx`, as declared on line 10
* Render examples.Jeroen van Rijn2025-10-103-5/+5
|
* Further overhaul of package line comments.Jeroen van Rijn2025-10-092-2/+2
|
* package lines for encodingJeroen van Rijn2025-10-091-1/+1
|
* Package lines for base32, move its tests to tests"Jeroen van Rijn2025-10-091-0/+2
|
* Package lines for core:debugJeroen van Rijn2025-10-091-4/+3
|
* `for in string16`; Support `string16` across coregingerBill2025-08-021-1/+1
|
* Use the proper size for SizeOfStructSteve Biedermann2025-03-301-1/+3
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-143-7/+7
| | | | file tag syntax.
* Fix build tags that use ! multiple times on one line. Those don't actually ↵Karl Zylinski2024-09-071-1/+3
| | | | do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines.
* More style improvementsgingerBill2024-06-291-1/+1
|
* Fix signaturegingerBill2024-06-281-1/+1
|
* Fix signaturegingerBill2024-06-281-1/+1
|
* Fix missing importgingerBill2024-06-281-0/+2
|
* Rename `trace_linux.odin` to `trace_cpp.odin`gingerBill2024-04-282-2/+2
|
* Correct types on windowsgingerBill2024-04-281-1/+1
|
* Update doc.odingingerBill2024-04-281-2/+3
|
* Remove need for allocator and MAX_FRAMES in `trace.frames`gingerBill2024-04-283-18/+16
|
* Increase `MAX_FRAMES`gingerBill2024-04-281-1/+1
|
* Add doc.odingingerBill2024-04-281-0/+50
|
* Set `in_resolve` for linuxgingerBill2024-04-281-0/+3
|
* Change layout of `Frame_Location`gingerBill2024-04-282-10/+14
|
* Add `core:debug/trace` for LinuxgingerBill2024-04-282-1/+192
|
* Add default debug/trace to do nothinggingerBill2024-04-281-0/+18
|
* Begin work on `core:debug/trace`gingerBill2024-04-282-0/+114
|
* Add missing packages to `examples/all`gingerBill2023-06-071-3/+0
|
* Begin work on `core:debug/pe`gingerBill2022-09-173-0/+460