Skip to content
Open
Changes from 1 commit
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
3e96730
add all remaining easy instructions
Jun 15, 2025
320237a
move branch and C1 instructions to top so that they get detected first
Jun 15, 2025
ce0da79
de-prioritize double bitmath because it seems to conflict with branches
Jun 15, 2025
7412862
fix emux print
Jun 16, 2025
12c3ada
deprioritize more double instructions
Jun 16, 2025
49586a9
Add REGIMM branches
Jun 16, 2025
ab2599b
Add n64sym from libdragon
Jun 16, 2025
e898278
turn magic numbers into defines for draw_glyph
Jun 17, 2025
a7648c8
Replace crash screen font; reorganize crash screen to use more of the…
Jun 17, 2025
c2d8188
move elements around; add some lowercase instructions
Jun 17, 2025
e706faa
COP1 disasm from libdragon
Jun 17, 2025
4aeca68
add jal address to disasm; off-by-one error in map parsing if the add…
Jun 17, 2025
28bc67d
give ra's funcname more space; actually draw rectangles on all pages
Jun 17, 2025
3f7858e
Add failsafe for instruction disasm
Jun 17, 2025
8ab428a
start on porting libdragon backtrace (does not work)
Jun 18, 2025
916f391
remove segmented addresses from sym file
Jun 18, 2025
8ebae9f
don't dox user in n64sym, actually get filenames
Jun 19, 2025
7c8f95b
remove unnecessary debug sections; pretty up page 0
Jun 19, 2025
ac51866
try the old heuristic
Jun 19, 2025
0aa4cc8
ok maybe i do need a new heuristic
Jun 19, 2025
c94386d
Add line support for all lines
Jun 19, 2025
23a009b
start moving files to src/debugger
Jun 20, 2025
af3a977
split out symtable and map_parser
Jun 20, 2025
1dbb958
diff and warning reduction; finally move crash_screen over
Jun 20, 2025
39142c3
--all-lines work
Jun 20, 2025
d221c98
properly guard --all-lines in the code itself
Jun 20, 2025
2f9e4a3
add text color; fix J disasm
Jun 20, 2025
3d576aa
fix the makefile switch; decontrast the line numbers in disasm
Jun 20, 2025
5b2d8cb
diff reductions
Jun 20, 2025
7b11772
make search_symbol return all info instead
Jun 20, 2025
b2ee294
add func names to starts in disasm; more robust make switches
Jun 21, 2025
17904c6
actually generate line tables when generating symbols; fix function n…
Jun 21, 2025
3a69ecc
I thought assertf was in the repo already :thinking:
Jun 21, 2025
b2d8658
Assert/f and aggress/f tested
Jun 21, 2025
856455a
new stack trace that verifies entries
Jun 23, 2025
d29ba9f
label the end of stack; add syscall
Jun 23, 2025
915ad43
fix prelim link
Jun 23, 2025
b8cb13c
diff reduction
Jun 23, 2025
c00f64c
turn off isv
Jun 23, 2025
f1c2660
allow stack trace to be disabled
Jun 24, 2025
6bf198b
fully handle disabling export_symbols
Jun 24, 2025
802c921
and dont include the sym file in the rom either
Jun 24, 2025
582126f
oops
Jun 24, 2025
1e724ed
set my defaults
Jun 24, 2025
4c0adf3
fix compile errors
Jun 24, 2025
5e39bf4
actually export debug data
Jun 24, 2025
835c216
oops
Jun 25, 2025
69d3b8b
aglab gave this patch to anime and games fan, and I edited it so that…
Jun 26, 2025
d63a464
subprocess searches the path on linux, no more mingw-specific behavio…
Jun 28, 2025
860bc0e
dont need objdump_exe anymore
Jun 28, 2025
8ddacea
add errorf
Jul 3, 2025
4476fb8
asserts no longer unreachable when disabled
Jul 3, 2025
8d357ab
merge 2.4
Jul 3, 2025
c52dcb3
merge upstream
Jul 3, 2025
a8bf89c
fix the case of errorf with one arg
Jul 4, 2025
d96152d
use cpp concatenation for errorf
Jul 4, 2025
c195c27
swap macro order
Jul 12, 2025
d18faaa
address feedback
Sep 14, 2025
a654603
DEBUG_FULL_STACK_TRACE promoted to a makefile switch
Oct 8, 2025
596cbb7
compile error
Oct 8, 2025
4ccff73
crash_screen external header
Oct 8, 2025
b68d787
more header moving
Oct 8, 2025
5fec133
C
Oct 8, 2025
105be23
start diff reduction
Oct 24, 2025
8c1db60
move the file
Oct 24, 2025
20e0a5c
get the diffs
Oct 24, 2025
8797a8c
start addressing feedback
Nov 4, 2025
4123c82
tool warnings (keep n64sym changes less involved so that we can pull …
Nov 4, 2025
994c762
assert fix
Nov 4, 2025
a458dde
make the condition use the newline func too
Nov 4, 2025
3ae7910
assert page colored
Nov 4, 2025
00350b2
now assert page is fully colored
Nov 4, 2025
c4fa4f9
add string ... function
Nov 4, 2025
de6cf12
truncate a bit more
Nov 4, 2025
aa2b355
add a margin to just about everything
Nov 6, 2025
e7837f5
split out foldername in path split func
Nov 6, 2025
d3bb8b6
handle (some) cache memes on ares
Nov 6, 2025
fed3323
remove debug print comment
Nov 6, 2025
205fd75
don't let disasm go out of bounds; fast scroll
Nov 6, 2025
a303132
overview
Nov 6, 2025
1984181
assert page with more
Nov 6, 2025
8581459
Add tab support
Nov 7, 2025
c132532
bring back the truncation
Nov 7, 2025
55a61bf
ellide in disasm view too
Nov 7, 2025
1b683ed
dont print file/line and then line
Nov 7, 2025
30a74dc
stuff on same line as descriptor
Nov 7, 2025
9106c47
and the overview screen
Nov 7, 2025
4a8982b
Merge branch 'develop/2.4.0' into crash_c1
someone2639 Nov 7, 2025
021f812
manual edit to overview page
Nov 7, 2025
d9282e7
allow DEBUG_EXPORT_ALL_LINES to work again
Nov 7, 2025
70eacc0
color overview
Nov 7, 2025
dd6c2f7
we dont use this define anymore
Nov 7, 2025
5b0462d
feed1
Nov 11, 2025
a0c167f
feed2
Nov 11, 2025
d8a1331
page_ -> CRASH_SCREEN_PAGE_
Nov 11, 2025
fe1e595
feedback so far
Nov 11, 2025
4f38e49
indent
Nov 11, 2025
1c9cd99
rename crashscreen.h defs
Nov 12, 2025
136593c
tab ->
Nov 12, 2025
10ff904
and order
Nov 12, 2025
9b727e1
translucent crash
Nov 13, 2025
4227828
address feedback kinda
Nov 13, 2025
03679f5
add comment
Nov 19, 2025
81b183e
Merge branch 'develop/2.4.0' into crash_c1
gheskett Nov 19, 2025
b2e8506
fix background on puppyprint page
Nov 23, 2025
aa9482e
fix spacing
Nov 23, 2025
f89440a
fix the disasm bug (dont even remember why i added that logic)
Nov 23, 2025
51b2272
add dwarf to some audio files too
Nov 24, 2025
84c900d
update heuristic to catch a weird edge case
Nov 24, 2025
35a76d6
remove debug print
Nov 24, 2025
5702a6b
remove all hardcoded x positions and replace them with spaces
Nov 25, 2025
f57652f
puppyprint swap
Nov 25, 2025
0dce81f
Add new Makefile flags to vscode c_cpp_properties.json
gheskett Dec 3, 2025
1c13902
invalidate and writeback dcache on symt open to follow upstream
Apr 28, 2026
2696c4f
Merge branch 'crash_c1' of https://github.com/someone2639/ultrasm64-e…
Apr 28, 2026
295be7b
Merge branch 'develop/2.4.0' into crash_c1
Apr 28, 2026
cbfe4fa
Add more optimization switches and whatnot; add an UNOPTIMIZED functi…
Apr 30, 2026
3496c47
apply default opt level to audio code too
May 1, 2026
89913ab
Bugfix: Wait for DMA complete the same way as headless_dma
May 19, 2026
002d5c3
fix FPCSR printing
Aug 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/debugger/crash_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ void draw_assert(OSThread *thread) {
reset_text_color();
numNewlines =
crash_screen_print_with_newlines(
CRASH_SCREEN_LEFT_MARGIN + (CRASH_SCREEN_GLYPH_WIDTH * 7),
CRASH_SCREEN_LEFT_MARGIN + 8 + (CRASH_SCREEN_GLYPH_WIDTH * 7),
Comment thread
gheskett marked this conversation as resolved.
Outdated
sCrashScreenPrintRow_Pixels - CRASH_SCREEN_GLYPH_HEIGHT,
CRASH_SCREEN_LEFT_MARGIN,
"%s",
Expand Down