HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
branches
/
tracing
/
uspace
/
app
/
debug
/
arch
/
mips32
/
src
/
mips32.c
@ 4692
– Rev 3121
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
3121
5988 d 16 h
svoboda
/branches/tracing/uspace/app/
Add initial ppc32 support to debugger. (Won't work yet because of missing IMBs and such).
3108
5992 d 0 h
svoboda
/branches/tracing/
Split part of mips32 debugging into a genarch/idec directory for use with other trap-flag-less arches.
3100
5993 d 1 h
svoboda
/branches/tracing/uspace/app/debug/
Add support for mips32 branch instructions. (Still no delay slots)
3099
5993 d 12 h
svoboda
/branches/tracing/uspace/app/debug/arch/mips32/src/
Support breaking on mips32 jump instructions (skip delay slots)
3093
5993 d 20 h
svoboda
/branches/tracing/uspace/app/debug/
Make mips32 breakpoints/singlestepping more straightforward. Intermix breakpoint BREAKs with singlestepping BREAKs correctly.
3012
6001 d 19 h
svoboda
/branches/tracing/uspace/app/debug/arch/mips32/
Basic mips32 singlestepping
3005
6002 d 15 h
svoboda
/branches/tracing/
Generic breakpoint accounting in debugger
2943
6012 d 14 h
svoboda
/branches/tracing/uspace/app/debug/
Breakpoint removal. Don't clear TF when a breakpoint is active
2942
6012 d 14 h
svoboda
/branches/tracing/uspace/app/debug/
Singlestepping in debugger (ia32)
2941
6012 d 15 h
svoboda
/branches/tracing/uspace/app/debug/
Dumping registers in debugger. (Only those saved in istate, atm)
2936
6012 d 19 h
svoboda
/branches/tracing/uspace/app/debug/
Allow debugger to asynchronously print messages without disrupting its command line
2935
6012 d 20 h
svoboda
/branches/tracing/uspace/app/debug/
Use simple passive fibril synchronization in debugger. 'go' command for resuming thread execution
2924
6014 d 14 h
svoboda
/branches/tracing/
Preliminary mips32 breakpoint support for udebug/debugger. (You must write-enable code segments for it to work, yet)