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
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
change #include "server.h" to <server/server.h>
Zachary T Welch
1
-1
/
+1
2009-11-25
support OPENOCD_DEBUG_LEVEL environment setting
Zachary T Welch
1
-0
/
+13
2009-11-25
log: improve initialization
Zachary T Welch
1
-8
/
+3
2009-11-24
log: use register_commands()
Zachary T Welch
1
-5
/
+19
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-2
/
+2
2009-11-24
improve alloc_vprintf
Andreas Fritiofson
1
-27
/
+16
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-2
/
+2
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-3
/
+3
2009-11-16
helper/log: improve API parameter types
Zachary T Welch
1
-15
/
+12
2009-11-16
target: less implicit inclusion of "command.h"
David Brownell
1
-1
/
+0
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-3
/
+3
2009-11-13
log_callback_t -> struct log_callback
Zachary T Welch
1
-5
/
+5
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-2
/
+2
2009-11-05
Improve debug_level command argument parsing.
Zachary T Welch
1
-3
/
+1
2009-09-25
Try/catch scheme. Typed up the functionality and regression tested.
oharboe
1
-9
/
+91
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
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
[next]