index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
gdb_server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A bit more log detail about connections comming and going
duane
2009-06-28
1
-0
/
+8
*
- fix issue when using gdb_port cmd
ntfreak
2009-06-25
1
-3
/
+1
*
- Replace '){' with ') {'.
zwelch
2009-06-23
1
-6
/
+6
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-20
/
+20
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-15
/
+15
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-11
/
+11
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-13
/
+13
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-26
/
+26
*
- Fixes '==' whitespace
zwelch
2009-06-23
1
-7
/
+7
*
- Fixes '<<' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '&&' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
- Fixes '[+]=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-7
/
+7
*
- Replace 'for(' with 'for ('.
zwelch
2009-06-23
1
-1
/
+1
*
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-23
1
-3
/
+3
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-11
/
+11
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-7
/
+7
*
Finish transforming 'u32' to 'uint32_t'.
zwelch
2009-06-18
1
-21
/
+21
*
Transform 'u8' to 'uint8_t'
zwelch
2009-06-18
1
-11
/
+11
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-13
1
-3
/
+3
*
Add target_get_name wrapper:
zwelch
2009-05-31
1
-2
/
+5
*
Add target_step wrapper:
zwelch
2009-05-31
1
-1
/
+2
*
Add target_get_gdb_reg_list wrapper:
zwelch
2009-05-31
1
-4
/
+4
*
Author: Nicolas Pitre <nico@cam.org>
kc8apf
2009-05-27
1
-0
/
+9
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-05-24
1
-7
/
+5
*
Audit and eliminate redundant #include directives from src/server.
zwelch
2009-05-11
1
-14
/
+4
*
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2009-04-19
1
-6
/
+6
*
Hiroshi Ito <ito@mlb.co.jp> typos
oharboe
2009-03-18
1
-1
/
+1
*
Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings
oharboe
2009-02-18
1
-1
/
+1
*
- add gdb pipe support to native win32 (--pipe option)
ntfreak
2009-01-01
1
-1
/
+1
*
allow setting/reading gdb_port at any time
oharboe
2008-12-16
1
-6
/
+6
*
- add ability for openocd to communicate to gdb using pipes (stdin/stdout).
ntfreak
2008-12-15
1
-24
/
+46
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-4
/
+1
*
- fix issue with gdb_target_to_reg missing second byte
ntfreak
2008-11-20
1
-1
/
+1
*
big endian fix for GDB. Probably fixes a memory corruption(not reported) as w...
oharboe
2008-11-18
1
-26
/
+57
*
minor cleanup
oharboe
2008-11-10
1
-1
/
+1
*
fix telnet async messages. retired telnet_async command - no user serviceable...
oharboe
2008-11-05
1
-0
/
+6
*
gdb_report_data_abort now ignores all target read errors, including address s...
oharboe
2008-10-24
1
-1
/
+1
*
produce syntax error
oharboe
2008-10-22
1
-8
/
+4
*
Laurentiu Cocanu - more help text
oharboe
2008-10-22
1
-13
/
+24
*
- remove build warnings
ntfreak
2008-10-14
1
-2
/
+5
*
Laurentiu Cocanu - more error handling fixes
oharboe
2008-10-14
1
-11
/
+33
*
Duane Ellis: addresses protocol problems with GDB.
oharboe
2008-10-11
1
-6
/
+35
*
Centralize error handling for buggy register handling
oharboe
2008-10-06
1
-10
/
+1
*
fix noise in gdb console when single stepping. Remove printing of log before ...
oharboe
2008-09-24
1
-1
/
+1
*
fixed false positives for keep_alive() not being invoked.
oharboe
2008-09-24
1
-47
/
+51
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-9
/
+3
*
Duane Ellis: "target as an [tcl] object" feature.
oharboe
2008-09-01
1
-16
/
+24
*
do not check checksums in noack case
oharboe
2008-08-26
1
-104
/
+124
*
duan ellis target tcl work in progress
oharboe
2008-08-24
1
-8
/
+12
[next]