|  |  | @6eef3c4 | 13 years | martin | cleanup thread_create() and thread_t structure
 - remove 'flag' …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @55b77d9 | 14 years | jiri | Separate list_t typedef from link_t (kernel part).
 * list_t …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @96b02eb9 | 15 years | martin | more unification of basic types
 - use sysarg_t and native_t (unsigned …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1bfd3d3 | 15 years | jiri | Replace @returns with @return.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1d432f9 | 15 years | jakub | Reflect assumptions about lock and interrupt state in functions themselves.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @da1bafb | 15 years | martin | major code revision
 - replace spinlocks taken with interrupts …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @19f857a | 16 years | jiri | Rename string.h to str.h to avoid header conflict with standard C string.h.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @137691a | 16 years | martin | remove unused variables and operations (as suggested by Clang static …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3698e44 | 16 years | jiri | Add ability to determine task name and load symbol table from the …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @80487bc5 | 16 years | jiri | Allow taskdump to read register state and extract PC, FP (not …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0d21b53 | 16 years | jiri | Move code code waiting for debugger to udebug.c:udebug_thread_fault(). …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a074b4f | 16 years | jiri | Implement fault notifications and task monitoring service.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @336db295 | 16 years | jiri | Fix THREAD_READ, add AREAS_READ Udebug method. Add task dump utility.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @41df2827 | 16 years | jakub | Fix missing includes.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9441458 | 16 years | jiri | Remove errorneous clearing of begin_call (Thx Tomas Brambora).
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @acf37bc | 16 years | jirik.svoboda | Reduce Udebug overhead with some nifty tricks.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @40a0e504 | 16 years | jirik.svoboda | udebug_stoppable_begin/end() should always proceed. In any case they …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ae5aa90 | 16 years | jirik.svoboda | Clean up various log messages, mostly udebug.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1902113 | 17 years | martin | add includes necessary for LOG macro
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8af9950 | 17 years | jirik.svoboda | Rename udebug_thread_t.debug_active just to 'active'.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @31696b4f | 17 years | jirik.svoboda | Move stuff related to kbox to a separate struct.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @13964ef | 17 years | jirik.svoboda | Fix race that allowed Udebug to report THREAD_B events for threads …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3ff2b54 | 17 years | jirik.svoboda | Merge feature from tracing: correct stopping of CPU-intensive tasks in …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @32e6c9c | 17 years | jirik.svoboda | Get rid of int_lock from udebug_thread_t, as is flawed.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @741fd16 | 17 years | jirik.svoboda | Stoppability sections must be much smaller (design error). Also fix …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @384c488 | 17 years | jirik.svoboda | Replace 'stop' in udebug_thread_t with 'go' for consistency with …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1378b2b | 17 years | jirik.svoboda | Udebug comments - 'is go', not 'has go'. Missing periods.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3926f30 | 17 years | jirik.svoboda | Document functions in udebug_ipc.c
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @7dc62af | 17 years | jirik.svoboda | Document functions in udebug.c and udebug_ops.c
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0108984a | 17 years | jirik.svoboda | Use LOG() instead of printf() for debug messages.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9a1b20c | 17 years | jirik.svoboda | Merge syscall tracer (trace) and relevant part of udebug interface …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export |