Also fixed binary parser on Mac.
llvm-ld doesn't exist in newer llvm implementations. From what I can
tell, clang now just calls the real linker after running and massaging
the bc files.
Changed to call clang and clang++ drivers at link time. Had to fix
some of the options to make it work. Just a stop gap since there are
more issues to resolve but at least it's enough to get working.
Change-Id: I54b78e85b16a77549a5be9d282bc6f47f723947d
Reviewed-on: https://git.eclipse.org/r/13515
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
Duplicate target breakpoints created when setting a GDB console
breakpoint with relative path. We keep the new API though.
Change-Id: I0dd473fff033e9adbdbb5d79a51915e607043c66
Reviewed-on: https://git.eclipse.org/r/13528
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
First failure was because we now know the endianess but the test was not
updated. The second failure was because different GDB versions gave
different error messages for memory write failures.
Change-Id: Idbac275a5de3a0af77d030474fea60808ca9a54c
Reviewed-on: https://git.eclipse.org/r/13331
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
have a very large value exceeding shell limit.
Change-Id: If67ca6a9b82f9c8de7d514fa236ab1a781f000d7
Reviewed-on: https://git.eclipse.org/r/13147
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
The provided patch contributes the Index actions to the global Project
menu using the command/handler extension points.
Project related actions are enabled when:
- When an ICProject, an ICContainer or an ITranslationUnit is selected
in the Project Explorer and the Project Explorer has the focus
- When a file of an ICProject is open in the Editor and the Editor has
the focus
File related action is enabled when:
- When an ITranslationUnit is selected in the Project Explorer and the
Project Explorer has the focus
- When an ITranslationUnit is open in the Editor and the Editor has the
focus
Change-Id: I11f05e2b2f0c8f1652b0ee7e655aacacd03c7fde
Signed-off-by: Caroline Rieder <caroline.rieder@windriver.com>
Reviewed-on: https://git.eclipse.org/r/13123
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
IP-Clean: Anton Leherbauer <anton.leherbauer@windriver.com>
Tested-by: Anton Leherbauer <anton.leherbauer@windriver.com>
environment variables. EclipseVarMacro variables are internal to Eclipse
and have nothing to do with environment variables.
Change-Id: I588eaf8db6edc1974dca53e7aba9870d01fa9438
The provided patch contributes the Index actions to the global Project
menu using the command/handler extension points.
Project related actions are enabled when:
- When an ICProject, an ICContainer or an ITranslationUnit is selected
in the Project Explorer and the Project Explorer has the focus
- When a file of an ICProject is open in the Editor and the Editor has
the focus
File related action is enabled when:
- When an ITranslationUnit is selected in the Project Explorer and the
Project Explorer has the focus
- When an ITranslationUnit is open in the Editor and the Editor has the
focus
Change-Id: Ide0e3e241f1162323c2e17d2d58741eb3db9ae41
Signed-off-by: Caroline Rieder <caroline.rieder@windriver.com>
Reviewed-on: https://git.eclipse.org/r/13073
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
IP-Clean: Anton Leherbauer <anton.leherbauer@windriver.com>
Tested-by: Anton Leherbauer <anton.leherbauer@windriver.com>