Wykres commitów

1083 Commity (b09a9cfd45883f9ea49c245ba661b1d70417d2a2)

Autor SHA1 Wiadomość Data
c9bot b09a9cfd45 c9-auto-bump 3.0.2615 2015-09-07 15:45:41 +02:00
c9bot 58738df3e5 c9-auto-bump 3.0.2614 2015-09-07 15:34:56 +02:00
c9bot dba6717f67 c9-auto-bump 3.0.2613 2015-09-07 15:34:11 +02:00
c9bot 103e222c81 c9-auto-bump 3.0.2612 2015-09-07 15:01:05 +02:00
c9bot 72736c943c c9-auto-bump 3.0.2611 2015-09-07 14:54:48 +02:00
c9bot dd9f482f79 c9-auto-bump 3.0.2610 2015-09-07 14:40:45 +02:00
c9bot a55bd64485 c9-auto-bump 3.0.2609 2015-09-07 12:45:01 +02:00
c9bot 448dafcb30 c9-auto-bump 3.0.2608 2015-09-07 12:41:19 +02:00
c9bot ea7f1ea382 c9-auto-bump 3.0.2607 2015-09-07 12:14:01 +02:00
c9bot bbd7fdf6f4 c9-auto-bump 3.0.2606 2015-09-07 11:23:22 +02:00
Matthijs van Henten 57dd58a41c Revert "[Trivial] fix sdk issues" 2015-09-07 11:19:50 +02:00
c9bot dd83803b41 c9-auto-bump 3.0.2605 2015-09-07 11:12:35 +02:00
c9bot 3fbbc6933c c9-auto-bump 3.0.2604 2015-09-07 11:12:17 +02:00
c9bot cc8991e302 c9-auto-bump 3.0.2603 2015-09-07 11:08:08 +02:00
c9bot cbea40801c c9-auto-bump 3.0.2602 2015-09-07 11:02:19 +02:00
c9bot d8d3c4b43c c9-auto-bump 3.0.2601 2015-09-07 10:59:39 +02:00
Matthijs van Henten 5f40543701 Merge pull request +9167 from c9/sdk
[Trivial] fix sdk issues
2015-09-07 10:59:32 +02:00
c9bot 290ddeda13 c9-auto-bump 3.0.2600 2015-09-07 10:57:28 +02:00
c9bot b5b0a93b13 c9-auto-bump 3.0.2599 2015-09-07 10:50:48 +02:00
Dan Armendariz cb1d2fb1e9 remove auto-advance in function-end due to inconsistent behavior 2015-09-07 12:46:16 +04:00
Dan Armendariz f53f2cb859 prevent null args from crashing plugin 2015-09-07 12:46:16 +04:00
Dan Armendariz e4d1844309 flush local varobj cache 2015-09-07 12:46:15 +04:00
Dan Armendariz eab9cb064c dump varobj cache during segfault to prevent GDB from using too much memory on var-update 2015-09-07 12:46:15 +04:00
Dan Armendariz 140b634d19 in the event that GDB was killed, notify plugin 2015-09-07 12:46:15 +04:00
Dan Armendariz 0249d0bcd0 refined pointer check so arrays aren't counted as pointers and improved comments 2015-09-07 12:46:15 +04:00
Dan Armendariz 01b128ec63 add alert dialog for segfault 2015-09-07 12:46:15 +04:00
Dan Armendariz 8b7f3514be cache computed varobjs for pointers to prevent infinite loops for circularly linked lists 2015-09-07 12:46:14 +04:00
Dan Armendariz fd6e837cbc gdb auto-advances step-outs on void functions; detect void and do not auto-advance 2015-09-07 12:46:14 +04:00
Dan Armendariz 673e955936 for null pointers, do not ask GDB for children to prevent infinite loops in linked lists 2015-09-07 12:46:14 +04:00
Dan Armendariz ebbeb92f6e use setTimeout instead of linux sleep command while waiting for gdbserver 2015-09-07 12:46:14 +04:00
Dan Armendariz 8a42932860 remove unnecessary code; covered elsewhere 2015-09-07 12:46:13 +04:00
Dan Armendariz 92fa077c1b uniqueness in variable object cache requires stack depth 2015-09-07 12:46:13 +04:00
Dan Armendariz 542af97f4d auto-advance function completions and step-outs 2015-09-07 12:46:13 +04:00
Dan Armendariz 53190769d9 wait for gdbserver before loading gdb so it can load executable before connecting to server, fixes obscure vsyscall errors 2015-09-07 12:46:13 +04:00
Dan Armendariz a69cd448d0 stack overflow and corrupt exec env detection 2015-09-07 12:46:12 +04:00
Dan Armendariz 6591fd0778 protect against infinite loops 2015-09-07 12:46:12 +04:00
Dan Armendariz 2e12afa662 help GDB if there's an unknown file 2015-09-07 12:46:12 +04:00
Dan Armendariz 18fe2c6d57 remove debug messages 2015-09-07 12:46:12 +04:00
Dan Armendariz ef4bd47e0c disable debug 2015-09-07 12:46:12 +04:00
Dan Armendariz 93269ea06a doh, bp conds must be eval'd on host, not target 2015-09-07 12:46:11 +04:00
Dan Armendariz efd18e02fa cache gdb var objs and request updates to limit gdb requests during break 2015-09-07 12:46:11 +04:00
Dan Armendariz 322e1739e7 set bkpt eval command can be parallelized 2015-09-07 12:46:11 +04:00
Dan Armendariz 54a0337102 eliminate symbol load race condition by loading symbols only after gdbserver running 2015-09-07 12:46:11 +04:00
Dan Armendariz 5e896bce30 fix shutdown and use varobjs for setval 2015-09-07 12:46:10 +04:00
Dan Armendariz 33dbf73dc7 proxy manages its own sequence IDs for easier serial cmds and future multi-client 2015-09-07 12:46:10 +04:00
Dan Armendariz 84a1da9c9f support for setting variable values for complex types 2015-09-07 12:46:10 +04:00
Dan Armendariz 1a9b9a93bd more sensible error message on eval for users 2015-09-07 12:46:10 +04:00
Dan Armendariz 490b7dbeaf fetch complex variables like arrays 2015-09-07 12:46:10 +04:00
Dan Armendariz 3a746daff2 ask gdb to execute conditional breakpoints on target and fix evaluation handling 2015-09-07 12:46:09 +04:00
Dan Armendariz 2fcfc1e476 cleanup 2015-09-07 12:46:09 +04:00