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
/
snapshot
/
kernel
/
generic
/
src
/
udebug
– Rev 4616
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
4616
5603 d 22 h
brambora
/branches/snapshot/
Added functions for storing task checkpoint to udebug interface.
Added uspace task chkpnt that launches the snapshot creation.
4605
5608 d 0 h
decky
/branches/snapshot/
add task snapshoting branch
4387
5655 d 17 h
svoboda
/trunk/kernel/generic/src/
Reduce Udebug overhead with some nifty tricks.
4386
5656 d 16 h
svoboda
/trunk/kernel/generic/src/udebug/
udebug_stoppable_begin/end() should always proceed. In any case they must not use independet prechecks, as this could unbalance them.
4384
5656 d 16 h
svoboda
/trunk/kernel/generic/src/
Clean up various log messages, mostly udebug.
3870
5749 d 1 h
decky
/trunk/kernel/generic/src/
add includes necessary for LOG macro
3683
5814 d 19 h
svoboda
/trunk/kernel/generic/
Rename udebug_thread_t.debug_active just to 'active'.
3620
5829 d 3 h
svoboda
/trunk/kernel/generic/
Move stuff related to kbox to a separate struct.
3617
5829 d 20 h
svoboda
/trunk/kernel/generic/
Fix race that allowed Udebug to report THREAD_B events for threads already reported with THREAD_READ.
3613
5830 d 2 h
svoboda
/trunk/kernel/generic/
Merge feature from tracing: correct stopping of CPU-intensive tasks in udebug.
3604
5830 d 15 h
svoboda
/trunk/kernel/generic/
Get rid of int_lock from udebug_thread_t, as is flawed.
3603
5830 d 15 h
svoboda
/trunk/
Stoppability sections must be much smaller (design error). Also fix deadlock in udebug_stop(). Fix pause functionality in tracer.
3601
5830 d 23 h
svoboda
/trunk/kernel/generic/
Replace 'stop' in udebug_thread_t with 'go' for consistency with nomenclature.
3600
5831 d 0 h
svoboda
/trunk/kernel/generic/
Udebug comments - 'is go', not 'has go'. Missing periods.
3468
5889 d 6 h
svoboda
/trunk/kernel/generic/src/udebug/
Document functions in udebug_ipc.c
3457
5893 d 18 h
svoboda
/trunk/kernel/generic/src/udebug/
Document functions in udebug.c and udebug_ops.c
3441
5896 d 0 h
svoboda
/trunk/kernel/generic/src/
Use LOG() instead of printf() for debug messages.
3438
5896 d 1 h
svoboda
/trunk/
Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.