pancake
9e19118eff
Fix latest covs
2017-05-23 11:24:04 +02:00
Srimanta Barua
d3958f00e4
Initial stub for gdbserver support
...
* Renaming functions, reorganizing code, adding temporary hack for closing gdbserver
2017-05-22 19:37:48 +02:00
Raúl Peñacoba
435ecdef66
class.c: add missing free to avoid a memleak ( #7549 )
2017-05-20 23:04:26 +02:00
pancake
632e98eebb
Update capstone from next
2017-05-20 12:30:18 +02:00
SkUaTeR
66628139d1
Add changes to compile more plugins with MSVC
2017-05-17 23:42:22 +02:00
SkUaTeR
7d7c9cb5a7
More fixes in shlr for MSVC
2017-05-16 20:14:39 +02:00
SkUaTeR
28f785daa0
MSVC compile correctly (WIP)
2017-05-13 00:42:00 +02:00
SkUaTeR
1b5a746786
add more fixes to msvc build ( #7468 )
...
* add more fixes to msvc build
* more fixes
2017-05-10 22:12:49 +02:00
pancake
1c0638c959
Update capstone from next after confirming test3 was ok
2017-05-10 19:51:09 +02:00
pancake
ad54e9ddf1
Refix mingw32 build
2017-05-10 00:34:05 +02:00
SkUaTeR
beb80cfc16
Fixes for MSVC
2017-05-09 23:53:20 +02:00
pancake
69b4c61b8a
Fix mingw32 build
2017-05-09 22:57:47 +02:00
xarkes
926f024909
Improved MSVC support (WIP)
2017-05-09 14:25:57 +02:00
pancake
c69b39798a
Fix uninitialization issues in capstone
2017-05-09 14:18:17 +02:00
pancake
098318211f
Fix clone branch issue in capstone.sh when selecting non-next
2017-05-08 00:35:27 +02:00
Srimanta Barua
a4d4002ce0
Reorganized shlr/gdb in preparation for gdbserver
2017-05-07 11:53:17 +02:00
pancake
c9995d034c
Upgrade capstone-next
2017-05-07 11:47:23 +02:00
pancake
ccc93739ff
Update capstone from git
2017-05-04 23:30:28 +02:00
pancake
60f9667654
Remove support for bjam build system
...
- Delete all Jamroot files
2017-05-02 05:48:40 +02:00
pancake
8edc242324
Remove judy and libzip unused code
2017-05-02 05:34:05 +02:00
pancake
fa671b9a16
Initial support for the Meson build system
...
- Integrated with current ACR
- Fix some stale fails got removed
2017-05-02 05:05:36 +02:00
pancake
96cae18de6
Update to sdb-0.12 fixing some mem issues
2017-04-28 14:48:01 +02:00
pancake
96a6bd7d8f
Update SDB from git fixing several vulns
2017-04-28 02:04:18 +02:00
pancake
0551d780af
Update capstone from git and remove two undefined behaviour patches
2017-04-26 11:24:51 +02:00
Michael Scherer
0e69dfbb56
Do not fail if vFile:fstat is not implemented on the remote side
...
See handle_vFile in ./gdb/gdbserver/hostio.c in gdb git, and the documentation
https://sourceware.org/gdb/onlinedocs/gdb/Host-I_002fO-Packets.html#Host-I_002fO-Packets
An empty response indicates that this operation is not recognized.
vFile:fstat is not supported by gdb 7.6.1, shipped on RHEL 7, for example.
2017-04-21 10:08:18 +02:00
pancake
d692bfb37a
Fix undefined behaviour issue in capstone-x86
2017-04-20 16:46:02 +02:00
pancake
f52b27e2ec
Update spp to reduce global symbols
2017-04-20 14:12:36 +02:00
pancake
f0d9c9bd5a
Fix capstone patch and update spp to fix an underflow
2017-04-18 01:27:36 +02:00
pancake
985e164d1c
Fix underflow access in capstone tms320c64x disassembler
2017-04-18 01:21:47 +02:00
pancake
16c73edfa5
Fix 3 null derefs and two overflows in java
2017-04-18 01:16:07 +02:00
pancake
ffe0da0fa1
Fix many more clang-analyzer null derefs and overflows
2017-04-18 00:38:24 +02:00
pancake
35fd1894f3
Fix oobread in libzip
2017-04-18 00:36:18 +02:00
pancake
b22656289e
Fix undefined variable bug in capstone
...
Ref https://github.com/aquynh/capstone/pull/893
2017-04-17 23:41:14 +02:00
pancake
54f6efddde
Upgrade capstone-next to get tms320c64x support and more fixes for SFC
2017-04-17 23:37:04 +02:00
pancake
a66cc10d46
Fix a huge list of null derefs from clang-analyzer
2017-04-17 22:02:04 +02:00
pancake
e641318973
Fix a bunch of bugs reported by clang-analyzer
2017-04-17 19:59:14 +02:00
pancake
08d824824e
Fix build
2017-04-15 13:29:27 +02:00
pancake
fd8c64f7bb
Update capstone from git
2017-04-15 13:08:47 +02:00
pancake
47d90a9842
strdup g->data in qStatus
2017-04-12 03:51:45 +02:00
pancake
3081163a9e
Fix two java crashes
2017-04-11 19:18:14 +02:00
pancake
65776308c9
RAR disassembler and bin plugin moved to radare2-extras
2017-04-11 13:53:58 +02:00
pancake
c1592008a0
Fix #7231 - cant connect and read memory with gdb://
2017-04-10 17:32:07 +02:00
pancake
a8106859a5
Fix crash in gdb://
2017-04-10 17:00:26 +02:00
pancake
45889c7307
Implement Pn+, and fix bugs (thx clang-analyzer)
...
- Update SDB (use memmove)
- Fix garbage read in capstone x86 and lm32
- Add UT16/32/64_ALIGN macro for proper (ut16*) allocations
- Add Pn+ command
2017-04-10 00:49:02 +02:00
Raúl Peñacoba
1450deba84
asm: Add missing free() ( #7201 )
2017-04-02 22:58:51 +02:00
alvarofe
1d8ffe7ee6
Bump latest sdb fixing some issues
2017-04-02 12:14:49 +02:00
pancake
a6fee9b791
Update www-m from git
2017-03-30 11:42:00 +02:00
alvarofe
5c820132f6
Bump sdb e24f06002d15209f561d0d3234250a177613e872
2017-03-27 21:32:55 +02:00
Srimanta Barua
e7909f008c
Improve gdb remote debugging ( #7027 )
...
* Added bitflag structure for qSupported
* Get if process is attached/created and get file name
* Set process/thread id for subsequent 'g' commands
* Use strbuf instead of big buffer,started work on fstat
* Fix indent, brackets. Use bool instead of bitflags
* Minor fixes
2017-03-20 15:26:18 +01:00
xarkes
f5c67d8bdf
Added custom tab to sdb json_indent function ( #7050 )
2017-03-19 21:34:30 +01:00