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)
/
trunk
/
uspace
/
app
/
trace
/
trace.c
– Rev 4681
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
4681
5624 d 9 h
svoboda
/trunk/uspace/app/
More warnings.
4661
5635 d 9 h
svoboda
/trunk/uspace/app/trace/
Update proto definitions in tracer.
4660
5635 d 10 h
svoboda
/trunk/uspace/app/trace/
Cope with ipc_call_sync_slow() overwriting input argument with output argument. This fixes the tracer not understanding connect_to_me_blocking().
4659
5636 d 6 h
svoboda
/trunk/uspace/app/trace/
Use bool type.
4658
5636 d 6 h
svoboda
/trunk/uspace/app/trace/
Wait for app to exit before returning from tracer.
4657
5636 d 6 h
svoboda
/trunk/uspace/app/trace/
Remove accidentally commited debugging messages.
4656
5636 d 8 h
svoboda
/trunk/uspace/app/trace/
Use a dedicated fibril to wait for console events so that we can quit the tracer as soon as the app exits. (Need to wait for two different things.)
4655
5636 d 8 h
svoboda
/trunk/uspace/app/trace/
Let application inherit tracer's std. files.
4654
5636 d 8 h
svoboda
/trunk/uspace/app/trace/
Make use of fibril sync primitives.
4653
5636 d 10 h
svoboda
/trunk/uspace/app/trace/
Read keys directly from console in tracer. This works around the current inability to write to stdout while blocked in getchar().
4584
5659 d 15 h
jermar
/trunk/uspace/
Separate the VFS input and output protocols.
4496
5683 d 12 h
decky
/trunk/uspace/
be more pedantic about undefined function prototypes (to avoid memory access traps)
add missing header files
4489
5684 d 9 h
decky
/trunk/uspace/app/trace/
update for latest I/O changes
(the protocols are not yet described completely, will be solved soon)
4356
5714 d 5 h
svoboda
/trunk/uspace/app/trace/
Add console.write method to tracer.
3905
5792 d 6 h
svoboda
/trunk/uspace/
Keycodes, keyboard events, kbd_event_get(). Keyboard driver now (formally) produces kbd events (press/release, keycode, mods, char) instead of just characters. In reality, the driver and client are only hacked to work with the new interface atm.
3897
5792 d 18 h
svoboda
/trunk/uspace/app/trace/
Update tracer vs loading changes.
3850
5806 d 14 h
svoboda
/trunk/uspace/app/trace/
Slighly update protocol defs in tracer.
3767
5837 d 15 h
svoboda
/trunk/uspace/
Console color support overhaul. Create C library console interface.
3747
5843 d 9 h
svoboda
/trunk/uspace/
Put console IPC method numbers under libc.
3605
5878 d 5 h
svoboda
/trunk/uspace/app/trace/
Display hint on keyboard controls.
3603
5878 d 6 h
svoboda
/trunk/
Stoppability sections must be much smaller (design error). Also fix deadlock in udebug_stop(). Fix pause functionality in tracer.
3566
5891 d 18 h
svoboda
/trunk/
Set meaningful names for loaded programs. Now 'tasks' kconsole command is much less obscure.
3485
5925 d 7 h
jermar
/trunk/
Support for SYSENTER on ia32.
3470
5936 d 17 h
svoboda
/trunk/uspace/
Separate load and run commands for loader. Update tracer - no events get missed on startup anymore.
3455
5941 d 16 h
svoboda
/trunk/uspace/app/trace/
trace: Fix display of syscall arguments on 64-bit.
3454
5941 d 17 h
svoboda
/trunk/uspace/
trace: 64-bit-related fixes
3452
5942 d 6 h
svoboda
/trunk/uspace/app/
trace: Decode protocol-level call arguments, response retvals and arguments.
3447
5942 d 19 h
svoboda
/trunk/uspace/
Allow trace to run programs and trace them (no more task IDs)
3444
5943 d 10 h
svoboda
/trunk/uspace/app/trace/
trace: Command-line options to select display mode. Skeleton 'protocol-level' mode (the default)
3442
5943 d 14 h
svoboda
/trunk/uspace/app/trace/
trace: Prettier startup/shutdown messages.
3439
5943 d 16 h
svoboda
/trunk/uspace/app/trace/
Let trace display advice when udebug is not compiled in.
3438
5943 d 16 h
svoboda
/trunk/
Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.