Closed
Bug 1010028
Opened 11 years ago
Closed 11 years ago
mach: Set args properly for various debuggers
Categories
(Firefox Build System :: Mach Core, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla32
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.08 KB,
patch
|
TYLin
:
review+
|
Details | Diff | Splinter Review |
If both gdb and lldb are installed on the system, "mach debug +debugger lldb -p nightly" will not add "--" argument properly. Also, it will be more convenient to add "--args" automatically for gdb front-end such as cgdb or ddd.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → tlin
| Assignee | ||
Updated•11 years ago
|
Summary: Set default debugparams properly for various debuggers → mach: Set args properly for various debuggers
| Assignee | ||
Comment 1•11 years ago
|
||
Set args properly to to separate the debugger and process arguments.
Also add "--args" automatically for gdb front-end cgdb and ddd.
Varification Steps:
1. mach debug +debugger gdb
2. Make sure gdb is launched correctly.
Attachment #8422177 -
Flags: review?(gps)
| Assignee | ||
Updated•11 years ago
|
Attachment #8422177 -
Flags: review?(gps) → review?(mh+mozilla)
| Assignee | ||
Comment 2•11 years ago
|
||
Hi Mike,
Would you help review this change? Thank.
Try results:
https://tbpl.mozilla.org/?tree=Try&rev=ed17dabb1e68
Comment 3•11 years ago
|
||
Comment on attachment 8422177 [details] [diff] [review]
Set args properly for various debuggers
Review of attachment 8422177 [details] [diff] [review]:
-----------------------------------------------------------------
"Varification" typo in the changeset message.
Attachment #8422177 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Fix typo in the changeset message.
Mike, thanks for reviewing!
Attachment #8422177 -
Attachment is obsolete: true
Attachment #8425181 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•