index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rtos
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-26
gdbserver: use common hexify/unhexify routines
Spencer Oliver
3
-48
/
+12
2013-01-27
rtos: fix error message
Freddie Chopin
1
-1
/
+1
2013-01-27
rtos: do not use LOG_OUTPUT
Spencer Oliver
4
-43
/
+42
2013-01-27
rtos: Fix regression preventing use of first RTOS & clean up rtos_qsymbol()
Evan Hunter
1
-13
/
+24
2012-12-23
rtos: rename stm32_stlink target to hla_target
Spencer Oliver
2
-2
/
+2
2012-12-14
rtos: Add Cortex-R4 support for ThreadX
Evan Hunter
3
-1
/
+50
2012-11-12
rtos: Fix error in reading the current thread in ChibiOS/RT
Matthias Blaicher
1
-1
/
+1
2012-11-05
rtos: Make ChibiOS code aware of endiness
Matthias Blaicher
1
-28
/
+29
2012-11-05
rtos: Add FPU detection to ChibiOS/RT
Matthias Blaicher
1
-3
/
+40
2012-11-05
rtos: Fix wrong ReadyList lookup in ChibiOS
Matthias Blaicher
1
-9
/
+1
2012-10-28
gdb: fix broken qCRC packet handling
Spencer Oliver
1
-0
/
+4
2012-10-28
gdb: use strncmp rather than strstr
Spencer Oliver
2
-11
/
+11
2012-10-28
rtos: fix gdb qC command answer
Matthias Blaicher
1
-2
/
+2
2012-10-28
rtos: Use ARRAY_SIZE instead of coding it by hand
Matthias Blaicher
4
-16
/
+12
2012-10-27
rtos: Fix wrong allocation in linux_get_symbol_list_to_lookup
Matthias Blaicher
1
-3
/
+3
2012-10-16
rtos: Add ChibiOS/RT support
Matthias Blaicher
5
-2
/
+629
2012-10-09
rtos: Don't crash on qSymbol GDB packet when no RTOS is configured
Matthias Blaicher
1
-0
/
+3
2012-10-08
rtos: support FreeRTOS over stlink
Paul Fertser
1
-0
/
+12
2012-10-05
rtos: Rewrite rtos_qsymbol() and fix auto-detect false positive
Peter Stuge
2
-79
/
+81
2012-10-05
rtos: Rewrite rtos_try_next() for readability
Peter Stuge
1
-18
/
+15
2012-10-05
rtos: Rewrite rtos_create() for readability
Peter Stuge
1
-57
/
+66
2012-08-24
build: fix memory leaks
Spencer Oliver
3
-12
/
+29
2012-05-21
build: add helper/types.h to config.h
Spencer Oliver
1
-1
/
+0
2012-05-04
build: remove clang unused variable assignment warnings
Spencer Oliver
1
-4
/
+4
2012-05-04
build: remove clang unused variable increments warnings
Spencer Oliver
1
-1
/
+1
2012-03-19
rtos: add sanity checking for FreeRTOS's quantity of priorities
Paul Fertser
1
-0
/
+7
2012-03-19
rtos: fix segfault in FreeRTOS handling
Paul Fertser
1
-0
/
+12
2012-02-06
build: cleanup src/rtos directory
Spencer Oliver
10
-1349
/
+1119
2012-01-16
build: fix broken make distcheck
Spencer Oliver
1
-1
/
+1
2012-01-15
rtos : linux awareness
Michel JAOUEN
4
-1
/
+1637
2012-01-15
rtos : create qsymbol interface and add str_to_hex interface
Michel JAOUEN
2
-112
/
+89
2012-01-15
rtos : ps command
Michel JAOUEN
1
-0
/
+1
2012-01-15
rtos : smp support
Michel JAOUEN
2
-4
/
+15
2012-01-15
rtos : current_threadid move to rtos context
Michel JAOUEN
2
-5
/
+5
2012-01-15
rtos :introduce possible overload by rtos of gdb_thread_packet
Michel JAOUEN
2
-5
/
+16
2012-01-15
rtos : remove unused parameter
Michel JAOUEN
2
-2
/
+2
2011-11-29
Add stack alignment support to RTOS awareness - needed for ARM ABI processors
Evan Hunter
4
-62
/
+71
2011-11-07
ecos: add missing error propagation
Øyvind Harboe
1
-0
/
+4
2011-11-05
warning fix: add self-consitency check to remove warning
Øyvind Harboe
1
-0
/
+3
2011-10-27
clang: fix warning about missing check for return value
Øyvind Harboe
1
-1
/
+2
2011-10-20
rtos: remove broken code for handling the deprecated qP packet
Andreas Fritiofson
1
-85
/
+1
2011-10-20
rtos: return the correct value if the T or H packets are handled
Andreas Fritiofson
1
-0
/
+2
2011-08-27
Fix off by one bug in FreeRTOS
Evan Hunter
1
-2
/
+2
2011-08-24
remove target argument from gdb packet handling functions
Jie Zhang
2
-4
/
+8
2011-08-24
Add suspended task list to FreeRTOS support
Evan
1
-0
/
+1
2011-08-24
Fix FreeRTOS thread list parsing
Evan Hunter
1
-5
/
+8
2011-07-10
Fix typo in command output
Luca Bruno
3
-3
/
+3
2011-06-17
build: add missing files from dist release
Spencer Oliver
1
-2
/
+1
2011-06-04
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
1
-3
/
+2
2011-05-25
Report actual current thread
Alan Bowman
1
-1
/
+11
[next]