index
:
riscv-tools/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
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-5
/
+5
2009-06-23
- Fixes '+' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '=' whitespace
zwelch
1
-13
/
+13
2009-06-23
- Fixes '[+]=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-1
/
+1
2009-06-21
- fix break caused by r2208 when using --pipe option
ntfreak
1
-2
/
+2
2009-06-12
Simplify and improve handle_debug_level_comamnd:
zwelch
1
-10
/
+11
2009-05-27
Author: Nicolas Pitre <nico@cam.org>
kc8apf
1
-1
/
+13
2009-05-11
Mark API layering violations in the helper module with @todo notes.
zwelch
1
-0
/
+1
2009-05-11
Audit and eliminate redundant helper #include directives.
zwelch
1
-8
/
+0
2009-05-11
Add --enable-malloc-logging configure option and update log.c to match.
zwelch
1
-5
/
+8
2009-05-05
made warning about keep_alive() not being invoked more helpful
oharboe
1
-1
/
+1
2009-03-17
- remove build warnings
ntfreak
1
-0
/
+3
2008-12-19
Dick Hollenbeck <dick@softplc.com> better logging
oharboe
1
-7
/
+8
2008-12-15
- add ability for openocd to communicate to gdb using pipes (stdin/stdout).
ntfreak
1
-2
/
+17
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-1
/
+0
2008-10-16
sleep command now prints out target debugmsgs w/anything like usable performance
oharboe
1
-4
/
+4
2008-10-09
added busy sleep (for testing purposes)
oharboe
1
-0
/
+11
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-1
/
+4
2008-09-12
- Fixed regression introduced in 890 when "fixing warnings" for target_call_t...
oharboe
1
-33
/
+33
2008-09-08
keep_alive now invokes target_call_timer_callbacks_now
oharboe
1
-7
/
+14
2008-08-19
added alive_sleep() function to let GDB alive packets be sent
oharboe
1
-0
/
+17
2008-08-13
avoid empty lines in log as a keep_alive() sideffect
oharboe
1
-3
/
+6
2008-08-07
David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
oharboe
1
-0
/
+6
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
1
-0
/
+3
2008-07-22
Only print out gobs of information to log when -d3 is enabled.
oharboe
1
-2
/
+3
2008-07-20
BUG: prefix to timeout for gdb keep alive packets.
oharboe
1
-1
/
+1
2008-07-18
- remove build warning from keep_alive
ntfreak
1
-1
/
+1
2008-07-18
1. GDB will print cryptic error messages if it is not fed keep-alive packets
oharboe
1
-0
/
+45
2008-05-09
printing available memory fails on win + mac. Disable for now until a robust ...
oharboe
1
-4
/
+6
2008-05-08
disable code that prints available mem under windows. Does not compile.
oharboe
1
-3
/
+13
2008-05-07
print available memory in log_level 3
oharboe
1
-1
/
+6
2008-04-09
Don Porges fixed c99 issues.
oharboe
1
-6
/
+6
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-5
/
+5
2008-03-13
Michael Bruck: fixed warnings
oharboe
1
-0
/
+1
2008-03-13
print ms in debug_level 3 logs. Seconds is not enough.
oharboe
1
-3
/
+3
2008-03-07
alloc_printf and alloc_vprintf
oharboe
1
-7
/
+14
2008-03-06
Pavel Chromy: va_copy should always be paired with va_end.
oharboe
1
-0
/
+3
2008-03-06
Pavel Chromy: faster alloc_printf()
oharboe
1
-14
/
+13
2008-03-06
Michael Bruck: 64 bit va_list fix for crash
oharboe
1
-2
/
+5
2008-03-04
Fixed GDB timeout crash - regression introduced back when log_add/remove_call...
oharboe
1
-4
/
+6
2008-02-29
formatting fixes from Pavel Chromy
oharboe
1
-11
/
+11
2008-02-29
- clean up target output strings a bit
oharboe
1
-1
/
+1
2008-02-29
do not write single chars to log file.
oharboe
1
-23
/
+39
2008-02-29
Summary: passing of variable argument list reduced, strings sent to logging a...
oharboe
1
-46
/
+56
2008-02-28
Pavel Chromy spotted a leak
oharboe
1
-0
/
+2
2008-02-28
small line ending cleanup.
oharboe
1
-12
/
+12
2008-02-28
- added svn props
ntfreak
1
-12
/
+12
2008-02-28
- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This
oharboe
1
-13
/
+34
[next]