- 30 Mar, 2013 1 commit
-
-
Ying Wang authored
Change-Id: Ia3647674f294c42e9fbe2163bf0d70012313bb15
-
- 08 Mar, 2013 3 commits
-
-
John Michelau authored
Use gdbwrapper() for launching gdb. This can be redefined to launch one of the many gdb wrappers instead. Example: function gdbwrapper() { ddd --debugger $ANDROID_TOOLCHAIN/$GDB -x "$@" } Change-Id: I3cce8a2ca1bae6d531e2388a93cb52075b21a42c
-
Jeff Sharkey authored
(cherry picked from commit 50b61e9e) Change-Id: I1998a9d6a05176fc7fc8643c5d1c40e2dd699d4e
-
Jeff Sharkey authored
Saves any existing traces, dumps stacks from the target process, then restores the original traces. (cherry picked from commit f5824371) Change-Id: I2513f0de0d90cccd56c4949ca7d218e430439c00
-
- 13 Dec, 2012 1 commit
-
-
Ying Wang authored
http://code.google.com/p/android/issues/detail?id=41372 Change-Id: I78e468cb5d57e51774d2e42376ef1f4b52096d33
-
- 12 Dec, 2012 1 commit
-
-
Ben Cheng authored
Change-Id: Id3689376ae4c4fc183569955b2ee98df5c069510
-
- 11 Dec, 2012 2 commits
- 27 Nov, 2012 1 commit
-
-
Ying Wang authored
So tools like adb that are built from source won't be overridden by the host system tools, when you run these tools without specifying the path. Change-Id: I2f0a288b38fabf57c7a4aa3bae5e42d7b734398d
-
- 16 Nov, 2012 1 commit
-
-
Ben Cheng authored
In the future to upgrade the gcc version we just need to edit one line in core/config.mk. Change-Id: I01bb38c38f2388913bb7369aa4b2da480411dfbe
-
- 11 Oct, 2012 1 commit
-
-
Ying Wang authored
So the returned path can match the one returned by gettop, and so we can get the correct relative path of ONE_SHOT_MAKEFILE when running mm. Change-Id: I492d68fec47e59ec9f4ea0fb5139b1a28af0f6cd
-
- 26 Sep, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: Ia3d2aefd32579b61da72e65c78dc6053dbaaad28
-
- 27 Aug, 2012 1 commit
-
-
Chris Dearman authored
Signed-off-by:
Chris Dearman <chris@mips.com> Change-Id: Ib33ce42532cc8cedc6f48036a257a2a225c82a69
-
- 22 Aug, 2012 1 commit
-
-
Ying Wang authored
For example: $ tapas App1 App2 x86 userdebug Change-Id: I19601a93484f70dac677d2d68033684db32e1321
-
- 21 Aug, 2012 1 commit
-
-
Victoria Lease authored
Added a few new functions to envsetup.sh: - getsdcardpath() returns the sdcard path. This will be more useful when multiuser storage complicates the sdcard path. - getscreenshotpath() returns the path to screenshots - getlastscreenshot() adb pulls the most recently-taken screenshot Change-Id: I851145088344dff6f1672f0a423201f3aa3e4390
-
- 17 Aug, 2012 1 commit
-
-
Ying Wang authored
Change-Id: I0530b24179034f521dc2366588cdc906ef466750
-
- 10 Aug, 2012 1 commit
-
-
Raghu Gandham authored
Change-Id: Iba4d046e3202524b29cfe32980927f8cc0aa8496 Signed-off-by:
Chris Dearman <chris@mips.com> Signed-off-by:
Raghu Gandham <raghu@mips.com>
-
- 18 Jul, 2012 1 commit
-
-
Bruce Beare authored
The 4.4.3 TC was still being specified in one spot. Also, no need to cross-set x86/ARM variables when buliding for ARM/x86. Change-Id: Icbb0f772a983a24dc10ccab0800d4b7bbd60a099 Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 05 Jun, 2012 1 commit
-
-
Alon Albert authored
Build all modules: mmm dir Build a single module: mmm dir:module Build multiple modules: mmm dir:module1,module2 Or in other words: Change-Id: I2bb91205ed31fda0cb88d8e584bbae63044962a5
-
- 14 May, 2012 1 commit
-
-
H.J. Lu authored
Change-Id: Ibbb0a899f147013503d6830bb93050c5ae588539 Author: "H.J. Lu" <hongjiu.lu@intel.com>
-
- 27 Apr, 2012 1 commit
-
-
Robert Greenwalt authored
Adding a script to there and people thought it would be nice if it were available/in seach path. bug:4208971 Change-Id: I58475f5f0149cec2485dc5bc787b5fb3cc68ba0a
-
- 20 Apr, 2012 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: I15a8be11b3d0f1985ffd97dd51a1af18e1ce7b67
-
- 18 Apr, 2012 1 commit
-
-
Ying Wang authored
ARM_EABI_TOOLCHAIN is still used by the kernel build. Change-Id: I5cdad0b478c0836e06a2af567e4e212602da1f3b
-
- 10 Apr, 2012 1 commit
-
-
Mark D Horn authored
Check the Target Architecture to choose the correct version of the gdb client. Change-Id: I1d75df235a18e60c6a7142a95c93b0fce69ee736 Signed-off-by:
Mark D Horn <mark.d.horn@intel.com>
-
- 30 Mar, 2012 1 commit
-
-
Jing Yu authored
Switch both arm-linux-androideabi toolchainand arm-eabi toolchain. Change-Id: I7b2771fe684853ab37e3b5b7cfe4146f9f901e02
-
- 26 Mar, 2012 1 commit
-
-
Kenny Root authored
Hardware API implementations and SSL engines are stored as a subdirectory to the /system/lib directory. This makes it easier to debug them with the "gdbclient" command. Change-Id: If7c3c7ffbca87425aac85d527e44fbea3bb025ad
-
- 08 Mar, 2012 1 commit
-
-
Scott Anderson authored
Bash has a built-in command "help" that is useful for getting help on bash commands without wading through the bash man page (e.g. "help test" will give you the syntax for those "if [ ]" expressions). Overwriting a built-in with a convenience function is not good. The function "hmm" was added recently that serves much the same purpose as help. It seems like a good idea to remove the new "hmm" command and rename "help" to be "hmm" so we no longer overwrite the built-in. Change-Id: I2079b3e6a10715956ec077d31e817a939c6ee4a0 Signed-off-by:
Scott Anderson <saa@android.com>
-
- 11 Jan, 2012 1 commit
-
-
Jean-Baptiste Queru authored
This reverts commit 1f87795e.
-
- 06 Jan, 2012 1 commit
-
-
Jing Yu authored
Tested build mysid-eng, sojus-eng, trygon-eng, yakju-eng. Change-Id: I742cf9fcf2407b9098c99136d67161ecf062ac01 Conflicts: core/combo/TARGET_linux-arm.mk
-
- 05 Jan, 2012 1 commit
-
-
Jeff Davidson authored
Everyone always mixes up m/mm/mmm and may not know about the "help" command; this seems to be a nice way to remind yourself. :) Change-Id: I009c7f7891768a8605c06e8d16384a812e607438
-
- 30 Nov, 2011 1 commit
-
-
Alon Albert authored
Build all modules: mmm dir Build a single module: mmm dir:module Build multiple modules: mmm dir:module1,module2 Or in other words: Change-Id: If32770c19f03a4d460f32046a3dd06656e33ee11
-
- 28 Nov, 2011 1 commit
-
-
Ben Cheng authored
Otherwise oprofile will punt with the following error message when processing results collected by perf events since the event descriptions are not stored in the default location on the host. profile: could not open unit mask description file /usr/local/share/oprofile//arm/armv7/unit_masks Change-Id: I4ff2f2a87546ed3606490596285fb3e466e8d661
-
- 18 Nov, 2011 1 commit
-
-
Jeff Hamilton authored
Change-Id: I82705535bda927ddc7e9aebb9610d712b68a50d2
-
- 11 Nov, 2011 1 commit
-
-
Nick Kralevich authored
Change-Id: I2fd4fc2b89db13a8db1b177afdab593772cb12f8
-
- 10 Nov, 2011 1 commit
-
-
Dianne Hackborn authored
Change-Id: I53c18f2e84cd0a5c6529da1acc5f2c8d0ad0ef2e
-
- 18 Jul, 2011 2 commits
-
-
Kenny Root authored
Change-Id: If46bffd1c4e6b94f2e476b2d7d506ef337bbf8e1
-
Kenny Root authored
Some people were using case-insensitive filesystems which broke when including simply [a-z]* since it matched the uppercase files. Use this to filter only the actual bash scripts. Change-Id: Ibfdcf2c091a154f0485545537a044667783a19f7
-
- 15 Jul, 2011 1 commit
-
-
Kenny Root authored
Change-Id: I0b4d74e72deede42d7e5f229593d79417f16bb55
-
- 12 Jul, 2011 1 commit
-
-
Jeff Brown authored
Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
-
- 07 Jul, 2011 1 commit
-
-
Jean-Baptiste Queru authored
By inheriting from full, this will be more self-maintaining, and automatically gets a better-configured variant (e.g. it has locales, a date format, etc...). Orig-Change-Id: I67b6c2d9f9b7d20cb89154906c3f3d6a5391c838
-