diff options
author | Rob Bradford <rob@o-hand.com> | 2008-03-25 16:46:42 +0000 |
---|---|---|
committer | rob <rob@aea7fca7-3721-49c4-ace3-ac8c44b998bb> | 2008-03-25 16:46:42 +0000 |
commit | 12e3e23ed727d27517446b209c20d6aaeae46d15 (patch) | |
tree | 37806fa792a9b0fffd8f82590323be88fb32c066 /ChangeLog | |
parent | 99a1637700c8fa1382add41d8dccf54ca67dc80c (diff) | |
download | anjuta-poky-12e3e23ed727d27517446b209c20d6aaeae46d15.tar.gz anjuta-poky-12e3e23ed727d27517446b209c20d6aaeae46d15.tar.bz2 anjuta-poky-12e3e23ed727d27517446b209c20d6aaeae46d15.zip |
2008-03-25 Rob Bradford <rob@openedhand.com>
* src/plugin.c: (do_local_gdb):
Fix regression where gdb cross failed due to hard coded paths for the
full Poky tree case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2008-03-25 Rob Bradford <rob@openedhand.com> + + * src/plugin.c: (do_local_gdb): + Fix regression where gdb cross failed due to hard coded paths for the + full Poky tree case. + 2008-03-20 Rob Bradford <rob@openedhand.com> * src/beaver-target-device.c: @@ -101,7 +107,7 @@ (anjuta_plugin_sdk_deactivate), (full_radio_toggled_cb), (toolchain_radio_toggled_cb), (ipreferences_merge): * src/plugin.h: - Allow using a full Poky tree rather than with an externeral SDK. + Allow using a full Poky tree rather than with an external SDK. 2008-02-19 Rob Bradford <rob@openedhand.com> |