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
/
helper
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-21
C99 Type updates, include inttypes.h - it is catagorically required
duane
1
-0
/
+3
2009-06-19
Remove editor preferences from source files.
zwelch
2
-16
/
+0
2009-06-18
Oyvind Harboe <oyvind.harboe@zylin.com>:
zwelch
1
-0
/
+2
2009-06-18
Remove redundant typedefs in types.h; include stdint.h unconditionally.
zwelch
1
-18
/
+0
2009-06-18
Transform 'u64' to 'uint64_t'
zwelch
1
-2
/
+2
2009-06-18
Finish transforming 'u32' to 'uint32_t'.
zwelch
5
-39
/
+39
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-6
/
+6
2009-06-18
Transform 'u8' to 'uint8_t'
zwelch
5
-52
/
+52
2009-06-17
Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.
zwelch
1
-2
/
+2
2009-06-17
Ensure range errors are reported only when errno indicates one occurred.
zwelch
1
-2
/
+2
2009-06-17
Change parse_type macros to be sed-friendly.
zwelch
2
-18
/
+18
2009-06-17
Add argument parsing errors in command.h, use in parse_type routines.
zwelch
2
-6
/
+11
2009-06-17
Move definition of parse_type helpers to command.c:
zwelch
2
-22
/
+41
2009-06-17
Convert core parse_type implementations to check for underflow errors.
zwelch
1
-8
/
+12
2009-06-17
Add improved support for parsing signed integers.
zwelch
2
-0
/
+12
2009-06-17
Update parse_type macro definitions to allow re-use with signed types.
zwelch
1
-3
/
+6
2009-06-17
Improve definitions of parse_ulong and parse_ullong:
zwelch
1
-14
/
+11
2009-06-15
fix eCos build problems w/latest parse_ulong() stuff
oharboe
1
-3
/
+8
2009-06-12
David Brownell <david-b@pacbell.net>:
zwelch
2
-2
/
+20
2009-06-12
Simplify and improve handle_debug_level_comamnd:
zwelch
1
-10
/
+11
2009-06-12
Simplify handle_sleep_command:
zwelch
1
-20
/
+18
2009-06-12
Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].
zwelch
2
-0
/
+31
2009-06-11
David Brownell <david-b@pacbell.net>:
zwelch
2
-6
/
+6
2009-06-11
fix ordering of arguments to fwrite()
oharboe
1
-1
/
+1
2009-06-09
Fix make maintainer-clean for out-of-tree builds.
zwelch
1
-1
/
+1
2009-06-07
David Brownell <david-b@pacbell.net>:
zwelch
1
-5
/
+23
2009-06-05
remove hacks no longer required to build OpenOCD w/eCos
oharboe
1
-0
/
+8
2009-06-05
remove unused include file: inttypes.h
oharboe
1
-3
/
+0
2009-06-03
Improve in-source documentation that was causing Doxygen warnings.
zwelch
1
-0
/
+1
2009-06-02
more missing eCos types
oharboe
1
-0
/
+14
2009-05-31
Whitespace-only updates to automake input files:
zwelch
1
-6
/
+23
2009-05-27
Author: Nicolas Pitre <nico@cam.org>
kc8apf
1
-1
/
+13
2009-05-27
Update build system to find moved scripts -- Step 3 of 2:
zwelch
2
-6
/
+9
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+1
2009-05-21
delete unused code
oharboe
1
-26
/
+0
2009-05-21
fix warning. Use %p for pointers
oharboe
1
-1
/
+1
2009-05-21
Additional format warning fixes in ioutil, required by r1873 changes.
zwelch
1
-2
/
+2
2009-05-21
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
1
-3
/
+7
2009-05-19
fix warnings
oharboe
1
-4
/
+10
2009-05-18
Remove unecessary(and poptentially harmful?) "" around arguments
oharboe
1
-1
/
+1
2009-05-18
less weird error messages for unknown commands. Check if command exists befor...
oharboe
1
-3
/
+4
2009-05-15
Initialize a more variables in jim.c to allow gcc-4.4 to build.
zwelch
1
-2
/
+2
2009-05-15
Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.
zwelch
1
-1
/
+1
2009-05-15
fix -fno-common/Mac build problems.
oharboe
1
-1
/
+1
2009-05-15
Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...
oharboe
2
-4
/
+8
2009-05-15
revert to 1775. 1790 causes SEGFAULT w/Cygwin.
oharboe
1
-0
/
+1
2009-05-14
Remove JIM_EMBEDDED symbol; not appropriate or necessary.
zwelch
1
-1
/
+0
2009-05-13
Include types.h in command.h to make stdint.h available through it.
zwelch
1
-0
/
+2
2009-05-12
move eCos type definition to types.h where it belongs.
oharboe
1
-1
/
+6
2009-05-12
Add stdint.h to types.h to provide intptr_t.
zwelch
1
-0
/
+3
[next]